From 02ba3e242ee0f487cb136ba6ac06b4fe4105fb8e Mon Sep 17 00:00:00 2001 From: Deepanshu Karnwal Date: Tue, 8 Dec 2020 13:50:03 +0530 Subject: [PATCH] [Issue Id: RICAPP-152] Communication between AD and TS is not working Signed-off-by: Deepanshu Karnwal Change-Id: I577579467bfc374f074cd59d9d1f09357c655616 --- ad/main.py | 2 +- container-tag.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 container-tag.yaml 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 -- 2.16.6