X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fcontrol%2Fe2ap.go;h=0d763e6b120b03b02bb78dab55955a4d5d6c02c4;hb=e1af87f0759201f64804eff5911c4e6c0e859be9;hp=0aa5ebef63d20e3eea7e91922ebba827e145fc55;hpb=0a8051975b2b55aec0e1cecd987e3576018663e5;p=ric-plt%2Fsubmgr.git diff --git a/pkg/control/e2ap.go b/pkg/control/e2ap.go index 0aa5ebe..0d763e6 100644 --- a/pkg/control/e2ap.go +++ b/pkg/control/e2ap.go @@ -47,6 +47,13 @@ func SetPackerIf(iface e2ap.E2APPackerIf) { type E2ap struct { } +//----------------------------------------------------------------------------- +// +//----------------------------------------------------------------------------- +func (c *E2ap) SetASN1DebugPrintStatus(logLevel int) { + e2ap_wrapper.SetASN1DebugPrintStatus(logLevel) +} + //----------------------------------------------------------------------------- // //-----------------------------------------------------------------------------