Commit a601306a authored by Vijitha M's avatar Vijitha M

Served cell info TAC

parent 63f23425
......@@ -2271,7 +2271,6 @@ void rrc_gNB_process_xn_setup_request(sctp_assoc_t assoc_id, xnap_setup_req_t *m
xnap_setup_resp_t *xnap_msg = &XNAP_SETUP_RESP(msg);
xnap_gNB_instance_t *instance_p = xnap_gNB_get_instance(instance);
xnap_msg->gNB_id = instance_p->setup_req.gNB_id;
xnap_msg->tai_support = instance_p->setup_req.tai_support;
xnap_msg->info = instance_p->setup_req.info;
//xnap_msg->gNB_id = m->gNB_id;
//xnap_msg->info = m->info;
......
......@@ -145,7 +145,7 @@ int xnap_gNB_generate_xn_setup_request(sctp_assoc_t assoc_id, xnap_setup_req_t *
NR_CELL_ID_TO_BIT_STRING(req->info.nr_cellid,
&servedCellMember->served_cell_info_NR.cellID.nr_CI); // bit string
INT24_TO_OCTET_STRING(req->tai_support, &servedCellMember->served_cell_info_NR.tac); // octet string
INT24_TO_OCTET_STRING(req->info.tac, &servedCellMember->served_cell_info_NR.tac); // octet string
for (int k = 0; k < 1; k++) {
plmn = (XNAP_PLMN_Identity_t *)calloc(1, sizeof(XNAP_PLMN_Identity_t));
{
......@@ -561,7 +561,7 @@ int xnap_gNB_generate_xn_setup_response(sctp_assoc_t assoc_id, xnap_setup_resp_t
NR_CELL_ID_TO_BIT_STRING(resp->info.nr_cellid,
&servedCellMember->served_cell_info_NR.cellID.nr_CI); // bit string
INT24_TO_OCTET_STRING(resp->tai_support, &servedCellMember->served_cell_info_NR.tac); // octet string
INT24_TO_OCTET_STRING(resp->info.tac, &servedCellMember->served_cell_info_NR.tac); // octet string
for (int k = 0; k < 1; k++) {
plmn = (XNAP_PLMN_Identity_t *)calloc(1, sizeof(XNAP_PLMN_Identity_t));
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment