adding a function to check the received RRC configuration (function to be expanded in later commits)

also move functions to check RRC configuration to a new file not to overload the already big rrc_UE.c
This commit is contained in:
francescomani
2026-01-05 12:11:20 +01:00
parent 9777d23173
commit 0b500d412a
4 changed files with 65 additions and 14 deletions

View File

@@ -1201,6 +1201,7 @@ set(NR_L2_SRC_UE
${NR_UE_RRC_DIR}/L2_interface_ue.c
${NR_UE_RRC_DIR}/main_ue.c
${NR_UE_RRC_DIR}/rrc_UE.c
${NR_UE_RRC_DIR}/verify_RRC.c
${NR_UE_RRC_DIR}/rrc_timers_and_constants.c
${NR_UE_RRC_DIR}/rrc_sl_preconfig.c
)