X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fxapp%2Fmtypes.go;h=28ca1261c4b54fc518ac67df25b3251835f6b6ed;hb=refs%2Fchanges%2F63%2F3863%2F5;hp=47253241e8e7596880f8f0090e8bca1a279e80e4;hpb=3e8feb8c0975821517d856a3f014888fd5320e1c;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, } //-----------------------------------------------------------------------------