X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ad%2Fmain.py;h=8156af3a1ab6bf4f3edad69b32dca5166b816dbf;hb=cd532f9e1a4b470719f85b237b409be8a09311e1;hp=9be6dc9e8acd9e1e387306972458fe3f24b3a78d;hpb=297dbd6245ec69571c8ad7091a18cbe9c7ba2488;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()