- Sep 20, 2018
-
-
knopp authored
-
Robert Schmidt authored
-
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)
-
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).
-
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
-
knopp authored
-
- Sep 19, 2018
-
-
knopp authored
-
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
-
knopp authored
-
nikaeinn authored
-
knopp authored
-
Bing-Kai Hong authored
-
Bing-Kai Hong authored
-
knopp authored
Merge branch 'feature-127-protocol-split' of https://gitlab.eurecom.fr/oai/openairinterface5g into feature-127-protocol-split
-
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
-
knopp authored
-
nikaeinn authored
Fix for some variables
-
- Sep 18, 2018
-
-
Bing-Kai Hong authored
-
Bing-Kai Hong authored
-
- Sep 17, 2018
-
-
knopp authored
-
knopp authored
-
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
-
knopp authored
-
Bing-Kai Hong authored
-
- Sep 16, 2018
-
-
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
-
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
-
nikaeinn authored
-