X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2FX2AP%2Fsgnb_addition_helpers.hpp;h=b7e7e14445ae9336d8db0737c1bdd47c79d7cce2;hb=4e545a8b013e60f2ff59254cb3fe435012d8fe5a;hp=b5c18d64bb03b1f8652480335bd5e6b6bf8969e3;hpb=b9d7e9c232a4371ddfed51c58e5a57f87b057229;p=ric-app%2Fadmin.git diff --git a/src/X2AP/sgnb_addition_helpers.hpp b/src/X2AP/sgnb_addition_helpers.hpp index b5c18d6..b7e7e14 100644 --- a/src/X2AP/sgnb_addition_helpers.hpp +++ b/src/X2AP/sgnb_addition_helpers.hpp @@ -129,6 +129,26 @@ public: erab_list.clear(); erab_admitted_list.clear(); erab_not_admitted_list.clear(); + + subscriber_profile_id = -1; + menb_ue_x2ap_id = -1; + sgnb_ue_x2ap_id = -1; + encryption_algs = 0; + encryption_algs_size = 0; + integrity_protection_algs = 0; + integrity_protection_algs_size = 0; + sgnb_security_key = 0; + sgnb_security_key_size = 0; + bit_rate_max_up = -1; + bit_rate_max_dn = -1; + menb_sgnb_container = 0; + selected_plmn = 0; + selected_plmn_size = 0; + plmn_identity = 0; + plmn_identity_size = 0; + eutran_identifier = 0; + eutran_identifier_size = 0; + }; std::vector * get_list(void) { return &erab_list;};