From: Ron Shacham Date: Fri, 22 May 2020 13:16:18 +0000 (-0400) Subject: Switched message name in xapp descriptor to correct TS_QOE_PREDICTION instead of... X-Git-Tag: 1.0.6~1 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=0401e62c8e2078ef4aaea598fb45ea452a0477d7;p=ric-app%2Fts.git Switched message name in xapp descriptor to correct TS_QOE_PREDICTION instead of 'QUE' Signed-off-by: Ron Shacham Change-Id: I00eb5b0ab0cb988611d08e2bba487e05b27c9247 --- diff --git a/xapp-descriptor/config.json b/xapp-descriptor/config.json index d492f95..76c5f7d 100644 --- a/xapp-descriptor/config.json +++ b/xapp-descriptor/config.json @@ -18,7 +18,7 @@ "container": "trafficxapp", "port": 4560, "rxMessages": [ - "TS_QUE_PREDICTION", + "TS_QOE_PREDICTION", "A1_POLICY_REQ" ], @@ -42,7 +42,7 @@ "TS_UE_LIST" ], "rxMessages": [ - "TS_QUE_PREDICTION", + "TS_QOE_PREDICTION", "A1_POLICY_REQ" ], "policies": [20008]