X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Funit_test_sgnb_addition_request.cc;fp=test%2Funit_test_sgnb_addition_request.cc;h=595eeb3aff7081bafc6f806be66d4a721dbab0b5;hb=4e545a8b013e60f2ff59254cb3fe435012d8fe5a;hp=c061af2d2dc1d8eef3e0499c65dbaf863468ea27;hpb=82ba4b9999ca8e09461315a919b36a66641a6c7d;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); }