ASN.1 debug printouts hided by default
[ric-plt/submgr.git] / pkg / control / e2ap.go
index 0aa5ebe..0d763e6 100644 (file)
@@ -47,6 +47,13 @@ func SetPackerIf(iface e2ap.E2APPackerIf) {
 type E2ap struct {
 }
 
+//-----------------------------------------------------------------------------
+//
+//-----------------------------------------------------------------------------
+func (c *E2ap) SetASN1DebugPrintStatus(logLevel int) {
+       e2ap_wrapper.SetASN1DebugPrintStatus(logLevel)
+}
+
 //-----------------------------------------------------------------------------
 //
 //-----------------------------------------------------------------------------