X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=E2Manager%2Fmodels%2Fric_service_update_message_test.go;h=de6a136c152c06320f2623a42ada7914757c2743;hb=HEAD;hp=3edff8a17d820fbcdcdca7a898bb6093d6a175c9;hpb=4d4ce4dfe56391983379c1f9ba530c3d0c5b5d88;p=ric-plt%2Fe2mgr.git diff --git a/E2Manager/models/ric_service_update_message_test.go b/E2Manager/models/ric_service_update_message_test.go index 3edff8a..de6a136 100644 --- a/E2Manager/models/ric_service_update_message_test.go +++ b/E2Manager/models/ric_service_update_message_test.go @@ -58,3 +58,8 @@ func TestRicServiceUpdateMessageWithOID(t *testing.T) { assert.Equal(t, uint32(2), ranFunctions[0].RanFunctionRevision) assert.Equal(t, "OID20", ranFunctions[0].RanFunctionOid) } + +func TestRICServiceUpdateMessageTxId(t *testing.T) { + serviceUpdate := getTestRicServiceUpdate(t, "../tests/resources/serviceUpdate/RicServiceUpdate_AddedFunction_With_OID.xml") + assert.Equal(t, "1234", serviceUpdate.E2APPDU.InitiatingMessage.Value.RICServiceUpdate.ProtocolIEs.RICServiceUpdateIEs[0].Value.TransactionID) +}