X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ad%2Fmain.py;h=8156af3a1ab6bf4f3edad69b32dca5166b816dbf;hb=02ba3e242ee0f487cb136ba6ac06b4fe4105fb8e;hp=9be6dc9e8acd9e1e387306972458fe3f24b3a78d;hpb=4f8b2a6fc8581b8227489d857f06d7734883700a;p=ric-app%2Fad.git diff --git a/ad/main.py b/ad/main.py index 9be6dc9..8156af3 100644 --- a/ad/main.py +++ b/ad/main.py @@ -68,6 +68,6 @@ def predict(self): self.rmr_free(sbuf) # Initiates xapp api and runs the entry() using xapp.run() -xapp = Xapp(entrypoint=entry, rmr_port=4564, use_fake_sdl=True) +xapp = Xapp(entrypoint=entry, rmr_port=4560, use_fake_sdl=True) xapp.run()