X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Funit_test_sgnb_addition_request.cc;h=595eeb3aff7081bafc6f806be66d4a721dbab0b5;hb=refs%2Fchanges%2F72%2F2072%2F1;hp=c061af2d2dc1d8eef3e0499c65dbaf863468ea27;hpb=dc68642f5676cdd49f3ef92f983b319e21f16afa;p=ric-app%2Fadmin.git diff --git a/test/unit_test_sgnb_addition_request.cc b/test/unit_test_sgnb_addition_request.cc index c061af2..595eeb3 100644 --- a/test/unit_test_sgnb_addition_request.cc +++ b/test/unit_test_sgnb_addition_request.cc @@ -166,6 +166,7 @@ TEST_CASE("X2AP PDUs", "[X2AP SgNB Addition Request]"){ REQUIRE(encode_data.menb_ue_x2ap_id == decode_data.menb_ue_x2ap_id); REQUIRE(encode_data.bit_rate_max_up == decode_data.bit_rate_max_up); REQUIRE(encode_data.bit_rate_max_dn == decode_data.bit_rate_max_dn); + REQUIRE(encode_data.subscriber_profile_id == decode_data.subscriber_profile_id); ASN_STRUCT_FREE(asn_DEF_X2N_X2AP_PDU, x2ap_pdu_obj); } @@ -231,6 +232,8 @@ TEST_CASE("X2AP PDUs", "[X2AP SgNB Addition Request]"){ REQUIRE(encode_data.menb_ue_x2ap_id == decode_data.menb_ue_x2ap_id); REQUIRE(encode_data.bit_rate_max_up == decode_data.bit_rate_max_up); REQUIRE(encode_data.bit_rate_max_dn == decode_data.bit_rate_max_dn); + REQUIRE(encode_data.subscriber_profile_id == decode_data.subscriber_profile_id); + ASN_STRUCT_FREE(asn_DEF_X2N_X2AP_PDU, x2ap_pdu_obj); }