Commit d221c7ed authored by liuxu's avatar liuxu

access to 5GC231121

parent 11422a59
......@@ -667,7 +667,7 @@ static void pf_dl(module_id_t module_id,
}
/* Check DL buffer and skip this UE if no bytes and no TA necessary */
if (sched_ctrl->num_total_bytes == 2000 && frame != (sched_ctrl->ta_frame ) % 1024)
if (sched_ctrl->num_total_bytes == 0 && frame != (sched_ctrl->ta_frame + 10) % 1024)
continue;
/* Calculate coeff */
......
......@@ -2931,7 +2931,7 @@ rrc_gNB_generate_UECapabilityEnquiry(
sim_rrc_signaling_socket.recv_send_flag = 1;
sim_rrc_signaling_socket.rnti = ctxt_pP->rntiMaybeUEid;
sim_rrc_signaling_socket.message = 1;
pthread_mutex_lock(&sim_mutex_socket);
pthread_mutex_unlock(&sim_mutex_socket);
sem_post(&gnbSendToManager_sem);
gNB_RRC_INST *rrc = RC.nrrrc[ctxt_pP->module_id];
AssertFatal(!NODE_IS_DU(rrc->node_type), "illegal node type DU!\n");
......
# uicc0 = {
# imsi = "466920000000001";
# key = "fec86ba6eb707ed08905757b1bb44b8f";
# opc= "1006020f0a478bf6b699f15c062e42b3";//"C42449363BBAD02B66D16BC975D77CC1";
# dnn= "oai";
# nssai_sst=1;
# nssai_sd=1;
# }
uicc0 = {
imsi = "466920000000001";
key = "00112233445566778899aabbccddeeff";
......
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