- 27 Jan, 2024 3 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
- 26 Jan, 2024 8 commits
-
-
francescomani authored
Merge remote-tracking branch 'origin/NR_UE_dlsch_rescource_allocation_type0' into integration_2024_w04
-
francescomani authored
Merge remote-tracking branch 'origin/NR_UE_prepare_msg3_payload_in_advance' into integration_2024_w04
-
luis_pereira87 authored
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
Merge remote-tracking branch 'origin/NR_UE_reworking_NOS1_bearer_configuration' into integration_2024_w04
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
- 25 Jan, 2024 18 commits
-
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
- UE and gNB encoder modification - update T2 related doc
-
Jaroslava Fiedlerova authored
- cleanup of the UE encoder code - support rate matching on the T2 card - remove unused code
-
Jaroslava Fiedlerova authored
- Rate matching performed by card - Due to rate matching on card, small TBs are encoded correctly, so the limitation of encoding small TBs in CPU can be lifted (all TBs encoded on T2), see a later commits
-
Robert Schmidt authored
-
Guido Casati authored
-
Guido Casati authored
-
Guido Casati authored
-
Guido Casati authored
- provided insights on the messages flow with requests towards northbound
-
Guido Casati authored
- new file: /doc/dev_tools/sanitizers.md
-
Guido Casati authored
-
Guido Casati authored
-
Guido Casati authored
- it triggers the RRC callback after SCTP SHUTDOWN indication - CUUP entity cleanup at RRC level
-
Guido Casati authored
-
Guido Casati authored
- improved description of F1 and E1 operation on a local setup
-
Guido Casati authored
-
Guido Casati authored
- CU-CP replying to the CU-UP with a Setup Failure message in case of unsuccessfull E1 Setup Request - message is decoded by the CU-UP, and stops the process
-
Raymond Knopp authored
-
- 24 Jan, 2024 5 commits
-
-
Laurent THOMAS authored
rework the ul_config_request data structure: put the mutex in correct place and encapsulate the struct management in access API, remove internal storage visibility
-
Laurent THOMAS authored
-
Laurent THOMAS authored
split nr_ue_dl_indication in two different functions, that have little interaction: nr_ue_dl_processing and nr_ue_dl_scheduler. the call remain nr_ue_dl_indication
-
Laurent THOMAS authored
split nr_ue_scheduled_response in nr_ue_scheduled_response_ul and nr_ue_scheduled_response_dl. Make these functions code more readable
-
Laurent THOMAS authored
-
- 23 Jan, 2024 6 commits
-
-
Laurent THOMAS authored
Simplify interface by removing dcireq_t struct that was only calling one function and remove fill_scheduled_response that also fills only a struct in a complex way
-
Laurent THOMAS authored
make frame/slot in ul_config dl_config instead of upper structures value, fix modulo computation of frame
-
francescomani authored
-
francescomani authored
-
francescomani authored
This commit removes nr_rrc_mac_config_req_ue_logicalChannelBearer and handles configuration of logical channel bearers at MAC in nr_rrc_mac_config_req_cg. This also avoids to configure LCs before resetting them again nr_rrc_mac_config_req_cg().
-
Laurent THOMAS authored
-