From: Deepanshu Karnwal Date: Tue, 8 Dec 2020 08:20:03 +0000 (+0530) Subject: [Issue Id: RICAPP-152] Communication between AD and TS is not working X-Git-Tag: 0.0.1~2 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=02ba3e242ee0f487cb136ba6ac06b4fe4105fb8e;hp=4f8b2a6fc8581b8227489d857f06d7734883700a;p=ric-app%2Fad.git [Issue Id: RICAPP-152] Communication between AD and TS is not working Signed-off-by: Deepanshu Karnwal Change-Id: I577579467bfc374f074cd59d9d1f09357c655616 --- 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() diff --git a/container-tag.yaml b/container-tag.yaml new file mode 100644 index 0000000..48c5b97 --- /dev/null +++ b/container-tag.yaml @@ -0,0 +1,4 @@ +# The Jenkins job uses this string for the tag in the image name +# for example nexus3.o-ran-sc.org:10004/my-image-name:my-tag +--- +tag: 0.0.1