version 4.0.7.1 60/3160/1
authoraa7133@att.com <aa7133@att.com>
Mon, 6 Apr 2020 12:09:51 +0000 (15:09 +0300)
committeraa7133@att.com <aa7133@att.com>
Mon, 6 Apr 2020 12:10:06 +0000 (15:10 +0300)
allign response of ric indication sub-id

Change-Id: I6c4c3027bab99bfcae9ecef6b9404f38895d6784
Signed-off-by: aa7133@att.com <aa7133@att.com>
RIC-E2-TERMINATION/container-tag.yaml
RIC-E2-TERMINATION/sctpThread.cpp

index e99db30..5693926 100644 (file)
@@ -1,3 +1,3 @@
 # The Jenkins job requires a tag to build the Docker image.
 # Global-JJB script assumes this file is in the repo root.
-tag: 4.0.7
+tag: 4.0.7.1
index f9d86a2..d484f71 100644 (file)
@@ -1476,9 +1476,6 @@ void asnInitiatingRequest(E2AP_PDU_t *pdu,
                         }
                         sendRmrMessage(rmrMessageBuffer, message);
                         messageSent = true;
-                    } else if (ie->value.present == RICindication_IEs__value_PR_RICindicationSN) {
-                        rmrMessageBuffer.sendMessage->sub_id = (int)ie->value.choice.RICindicationSN;
-
                     } else {
                         mdclog_write(MDCLOG_ERR, "RIC request id missing illigal request");
                     }