X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fxapp%2Fmtypes.go;h=28ca1261c4b54fc518ac67df25b3251835f6b6ed;hb=refs%2Ftags%2Fv0.4.10;hp=47253241e8e7596880f8f0090e8bca1a279e80e4;hpb=90f6dd45c9874dbfa8673fc1c0e12a3595951241;p=ric-plt%2Fxapp-frame.git 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, } //-----------------------------------------------------------------------------