From: rangajal Date: Thu, 14 May 2020 10:34:24 +0000 (+0000) Subject: added new message type for dcaptermxapp to adxapp rtpm data communication X-Git-Tag: v0.4.10^0 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=6a88f66eeebedf4abb204f15180357381ae5296b;p=ric-plt%2Fxapp-frame.git added new message type for dcaptermxapp to adxapp rtpm data communication Change-Id: I5e98a5cf90377344e85c91d677a3001957868042 Signed-off-by: rangajal --- diff --git a/pkg/xapp/mtypes.go b/pkg/xapp/mtypes.go index 4725324..28ca126 100644 --- a/pkg/xapp/mtypes.go +++ b/pkg/xapp/mtypes.go @@ -113,6 +113,7 @@ var RICMessageTypes = map[string]int{ "RIC_E2_SETUP_REQ": C.RIC_E2_SETUP_REQ, "RIC_E2_SETUP_RESP": C.RIC_E2_SETUP_RESP, "RIC_E2_SETUP_FAILURE": C.RIC_E2_SETUP_FAILURE, + "DCAPTERM_RTPM_RMR_MGSTYPE": 33001, } //-----------------------------------------------------------------------------