- 20 Sep, 2018 10 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
* unified CU/DU in one PROTO_AGENT instance since they are symmetric from UDP POV * delete a lot of unnecessary code * better error handling * can reciprocally send data
-
Robert Schmidt authored
* peer_addr is now const * new_link_udp_server() can bind to address or INADDR_ANY * socket_udp_receive() happens without a loop * socket_udp_send() happens without a loop * sending in two packets (first size, then data) is only performed for TCP, SCTP, not for UDP anymore (it is unreliable, so we could miss something and will receive complete garbage)
-
Raymond Knopp authored
RRCConnectionSetupComplete received in CU! (needed to allocate mem_pool for pdcp. remaining transactions on SRB1 and then SRB2 need to use PDCP (DCCH).
-
Raymond Knopp authored
UL_RRC_MESSAGE_TRANSFER correctly received in CU. But : it shouldn't go directly to RRC, it has to go through PDCP via pdcp_data_ind
-
Raymond Knopp authored
-
- 19 Sep, 2018 17 commits
-
-
Raymond Knopp authored
-
Raymond Knopp authored
Merge branch 'feature-127-protocol-split' of https://gitlab.eurecom.fr/oai/openairinterface5g into feature-127-protocol-split Conflicts: openair2/F1AP/f1ap_du_rrc_message_transfer.c
-
Raymond Knopp authored
-
Navid Nikaein authored
-
Raymond Knopp authored
-
Bing-Kai Hong authored
-
Bing-Kai Hong authored
-
Raymond Knopp authored
Merge branch 'feature-127-protocol-split' of https://gitlab.eurecom.fr/oai/openairinterface5g into feature-127-protocol-split
-
Raymond Knopp authored
Merge branch 'feature-127-protocol-split' of https://gitlab.eurecom.fr/oai/openairinterface5g into feature-127-protocol-split Conflicts: openair2/F1AP/f1ap_du_rrc_message_transfer.c
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
- add message sender (CU) + handler (CU) and fill with data from ITTI message - add PLMNID_TO_MCC_MNC and BIT_STRING_TO_TRANSPORT_LAYER_ADDRESS_IPv4 macros - correct TRANSPORT_LAYER_ADDRESS_TO_BIT_STRING: change name to TRANSPORT_LAYER_ADDRESS_IPv4_TO_BIT_STRING, make it send 4B, not 5
-
Raymond Knopp authored
-
Navid Nikaein authored
Fix for some variables
-
- 18 Sep, 2018 2 commits
-
-
Bing-Kai Hong authored
-
Bing-Kai Hong authored
-
- 17 Sep, 2018 5 commits
-
-
Raymond Knopp authored
-
Raymond Knopp authored
-
Raymond Knopp authored
Merge branch 'feature-127-protocol-split' of https://gitlab.eurecom.fr/oai/openairinterface5g into feature-127-protocol-split Conflicts: openair2/RRC/LTE/rrc_eNB.c
-
Raymond Knopp authored
-
Bing-Kai Hong authored
-
- 16 Sep, 2018 6 commits
-
-
Raymond Knopp authored
Merge branch 'feature-127-protocol-split' of https://gitlab.eurecom.fr/oai/openairinterface5g into feature-127-protocol-split Conflicts: openair2/F1AP/f1ap_cu_rrc_message_transfer.c
-
Raymond Knopp authored
Connection goes until generation of RRCConnectionSetup in CU which crashes (it calls rrc_mac_config_req. For DU this should be replaced with filling DL_RRC_MESSAGE_TRANSFER
-
Bing-Kai Hong authored
-
Navid Nikaein authored
-
Navid Nikaein authored
-
Navid Nikaein authored
-