From 0401e62c8e2078ef4aaea598fb45ea452a0477d7 Mon Sep 17 00:00:00 2001 From: Ron Shacham Date: Fri, 22 May 2020 09:16:18 -0400 Subject: [PATCH] Switched message name in xapp descriptor to correct TS_QOE_PREDICTION instead of 'QUE' Signed-off-by: Ron Shacham Change-Id: I00eb5b0ab0cb988611d08e2bba487e05b27c9247 --- xapp-descriptor/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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] -- 2.16.6