X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fcontrol%2Fe2ap.go;h=f233bc47330a31535d662f765d65745a6344a88a;hb=refs%2Fheads%2Fi-release;hp=ae8c999ab7b57ce577b4073daceae7f1415abbcd;hpb=52e2f8ec3ebcb9d58fe2b01d70530f2fa44666cb;p=ric-plt%2Fsubmgr.git diff --git a/pkg/control/e2ap.go b/pkg/control/e2ap.go index ae8c999..f233bc4 100644 --- a/pkg/control/e2ap.go +++ b/pkg/control/e2ap.go @@ -55,6 +55,10 @@ func (e *E2ap) SetASN1DebugPrintStatus(logLevel int) { e2ap_wrapper.SetASN1DebugPrintStatus(logLevel) } +func (e *E2ap) SetE2IEOrderCheck(ieOrderCheck uint8) { + e2ap_wrapper.SetE2IEOrderCheck(ieOrderCheck) +} + //----------------------------------------------------------------------------- // //-----------------------------------------------------------------------------