X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=e2ap%2Fpkg%2Fe2ap_wrapper%2Fpacker_e2ap.go;h=73d121f78b717758cef8c16abf8ab43cf082a6c0;hb=3d80b72cb374aec809740f3bec895d4b37a4fc2f;hp=dcf84ab724ea747de9468e7e98477aaf3f935d03;hpb=e1af87f0759201f64804eff5911c4e6c0e859be9;p=ric-plt%2Fsubmgr.git diff --git a/e2ap/pkg/e2ap_wrapper/packer_e2ap.go b/e2ap/pkg/e2ap_wrapper/packer_e2ap.go index dcf84ab..73d121f 100644 --- a/e2ap/pkg/e2ap_wrapper/packer_e2ap.go +++ b/e2ap/pkg/e2ap_wrapper/packer_e2ap.go @@ -1120,10 +1120,10 @@ func (e2apMsg *e2apMsgPackerSubscriptionDeleteFailure) String() string { //----------------------------------------------------------------------------- func SetASN1DebugPrintStatus(logLevel int) { if logLevel >= 4 { - fmt.Println("Setting ASN1 debug prints ON") + //fmt.Println("ASN1 debug prints ON") C.allowASN1DebugPrints(true) } else { - fmt.Println("Setting ASN1 debug prints OFF") + //fmt.Println("ASN1 debug prints OFF") C.allowASN1DebugPrints(false) } }