Add fix for policy change transaction key already tracked
[ric-plt/submgr.git] / pkg / control / control.go
index 094e020..ff7b19d 100755 (executable)
@@ -219,6 +219,7 @@ func (c *Control) handleXAPPSubscriptionRequest(params *xapptweaks.RMRParams) {
                case *e2ap.E2APSubscriptionResponse:
                        trans.Mtype, trans.Payload, err = c.e2ap.PackSubscriptionResponse(themsg)
                        if err == nil {
+                               trans.Release()
                                c.rmrSendToXapp("", subs, trans)
                                return
                        }