X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fcontrol%2Fe2ap.go;h=0d763e6b120b03b02bb78dab55955a4d5d6c02c4;hb=92c3855b5c2d86a54f1342498a2772a605073e06;hp=7c2826b5eec6b4d9cf482361f47303fcb189f2b2;hpb=bd9c98e068581cfe38187b3ada774653df26440a;p=ric-plt%2Fsubmgr.git diff --git a/pkg/control/e2ap.go b/pkg/control/e2ap.go index 7c2826b..0d763e6 100644 --- a/pkg/control/e2ap.go +++ b/pkg/control/e2ap.go @@ -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)