From: Konstantinos Archangelof Date: Mon, 24 May 2021 12:30:06 +0000 (+0000) Subject: Commented out unused function PackSubscriptionDeleteFailure() in e2ap.go. Not necessa... X-Git-Tag: 0.7.1~23 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=37f85a0157751a7e34e03f766d356ce890bad838;p=ric-plt%2Fsubmgr.git Commented out unused function PackSubscriptionDeleteFailure() in e2ap.go. Not necessary to be evaluated by coverity coverage. Signed-off-by: Konstantinos Archangelof Change-Id: If0389ef890c265113c225768960a4db4c07c62bd --- diff --git a/pkg/control/e2ap.go b/pkg/control/e2ap.go index c547567..d3bd36b 100644 --- a/pkg/control/e2ap.go +++ b/pkg/control/e2ap.go @@ -199,6 +199,7 @@ func (c *E2ap) UnpackSubscriptionDeleteFailure(payload []byte) (*e2ap.E2APSubscr return subDelFail, nil } +/* func (c *E2ap) PackSubscriptionDeleteFailure(req *e2ap.E2APSubscriptionDeleteFailure) (int, *e2ap.PackedData, error) { e2SubDelFail := packerif.NewPackerSubscriptionDeleteFailure() err, packedData := e2SubDelFail.Pack(req) @@ -207,3 +208,4 @@ func (c *E2ap) PackSubscriptionDeleteFailure(req *e2ap.E2APSubscriptionDeleteFai } return xapp.RIC_SUB_DEL_FAILURE, packedData, nil } +*/