added new message type for dcaptermxapp to adxapp rtpm data communication 96/3696/1 v0.4.10
authorrangajal <ranjit.angajala@nokia.com>
Thu, 14 May 2020 10:34:24 +0000 (10:34 +0000)
committerrangajal <ranjit.angajala@nokia.com>
Thu, 14 May 2020 10:34:35 +0000 (10:34 +0000)
Change-Id: I5e98a5cf90377344e85c91d677a3001957868042
Signed-off-by: rangajal <ranjit.angajala@nokia.com>
pkg/xapp/mtypes.go

index 4725324..28ca126 100644 (file)
@@ -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,
 }
 
 //-----------------------------------------------------------------------------