Merge "Support for handling unordered IEs in RIC Subscription Response messgae"
[ric-plt/submgr.git] / pkg / control / e2ap.go
index ae8c999..f233bc4 100644 (file)
@@ -55,6 +55,10 @@ func (e *E2ap) SetASN1DebugPrintStatus(logLevel int) {
        e2ap_wrapper.SetASN1DebugPrintStatus(logLevel)
 }
 
+func (e *E2ap) SetE2IEOrderCheck(ieOrderCheck uint8) {
+       e2ap_wrapper.SetE2IEOrderCheck(ieOrderCheck)
+}
+
 //-----------------------------------------------------------------------------
 //
 //-----------------------------------------------------------------------------