ASN.1 debug printouts hided by default
[ric-plt/submgr.git] / pkg / control / e2ap.go
index 7c2826b..0d763e6 100644 (file)
@@ -47,11 +47,18 @@ func SetPackerIf(iface e2ap.E2APPackerIf) {
 type E2ap struct {
 }
 
+//-----------------------------------------------------------------------------
+//
+//-----------------------------------------------------------------------------
+func (c *E2ap) SetASN1DebugPrintStatus(logLevel int) {
+       e2ap_wrapper.SetASN1DebugPrintStatus(logLevel)
+}
+
 //-----------------------------------------------------------------------------
 //
 //-----------------------------------------------------------------------------
 func (c *E2ap) FillSubscriptionReqMsgs(params interface{}, subreqList *e2ap.SubscriptionRequestList, restSubscription *RESTSubscription) error {
-       xapp.Logger.Info("FillSubscriptionReqMsgs")
+       xapp.Logger.Debug("FillSubscriptionReqMsgs")
 
        p := params.(*models.SubscriptionParams)