We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f3cafd commit a4ac110Copy full SHA for a4ac110
tests/unittests/cu_cp/test_helpers.h
@@ -120,6 +120,8 @@ struct dummy_du_processor_e1ap_control_notifier : public du_processor_e1ap_contr
120
121
// add one UP transport item
122
e1ap_up_params_item up_item;
123
+ up_item.cell_group_id = 0;
124
+ up_item.up_tnl_info = {transport_layer_address{"127.0.0.1"}, int_to_gtp_teid(0x1)};
125
drb_item.ul_up_transport_params.push_back(up_item);
126
res_setup_item.drb_setup_list_ng_ran.emplace(drb_id, drb_item);
127
0 commit comments