Commits on Source (34)
-
David Price authored
-
David Price authored
-
knopp authored
-
knopp authored
Merge branch 'nfapi-ru-rau-split' of https://gitlab.eurecom.fr/daveprice/openairinterface5g into nfapi-ru-rau-split
-
knopp authored
Merge branch 'RU-RAU-split' of https://gitlab.eurecom.fr/oai/openairinterface5g into nfapi-ru-rau-split Conflicts: openair2/RRC/LITE/L2_interface.c targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.tm1.50PRB.usrpb210.conf
-
David Price authored
-
David Price authored
-
David Price authored
-
David Price authored
Phone sees network on network search. Need to schedule MIB every frame. Fixed pdu length. fixed number of dcis
-
David Price authored
-
David Price authored
Network search working again. Now calling generate_dci_top every subframe, using dummy subframe if no data to transmit. MIB and SIB2/3 coming out. UE sees cell
-
David Price authored
Over write Raymond's copy of the open nfapi diff with the one that I am using - it re-orders the processing of dl_config and tx_req
-
David Price authored
NFAPI RACH now working. Gets sent to VNF. VNF cores currently on receipt. Probably fixed by merge from main RU-RAU-split which I will do next
-
David Price authored
Merge from official RU-RAU-split branch. Tested with san jole and UE - network is seen. Not tried RACH
-
David Price authored
-
David Price authored
Merge from RU-RAU-split and fix of frame/subframe handling. Was very confused with the counter in the main loop, the incrementing from the USRP read library and the nFAPI frame handling. RACH seen on wireshark and something happens on VNF
-
David Price authored
RACH received on VNF. Message 2 created and sent to PNF. Got Message 2 received on PNF. Nothing useful done with it yet
-
David Price authored
-
David Price authored
-
David Price authored
-
David Price authored
-
David Price authored
-
David Price authored
-
David Price authored
-
David Price authored
-
David Price authored
Crashes around msg4 time, but understand that need to get the ACK for the UE UL of msg3 back to UE within 4ms
-
David Price authored
Change +4 for tx to a variable and get it to run at +2, this alllows nFAPI to get the reply back for HI_DCI0 to generate the PHICH in time
-
David Price authored
uplink data from ue received, corrected scheduling of DCI0/UPLINK_CFG. Fails to correctly form (SFNSF) for PHICH ACK
-
David Price authored
-
David Price authored
-
David Price authored
-
David Price authored
-
David Price authored
-
David Price authored
Showing
- .gitignore 8 additions, 0 deletions.gitignore
- cmake_targets/CMakeLists.txt 124 additions, 8 deletionscmake_targets/CMakeLists.txt
- cmake_targets/build_oai 1 addition, 1 deletioncmake_targets/build_oai
- cmake_targets/tools/build_helper 1 addition, 0 deletionscmake_targets/tools/build_helper
- common/config/config_userapi.c 1 addition, 0 deletionscommon/config/config_userapi.c
- nfapi/nfapi.c 176 additions, 0 deletionsnfapi/nfapi.c
- nfapi/nfapi_pnf.c 1887 additions, 0 deletionsnfapi/nfapi_pnf.c
- nfapi/nfapi_pnf.h 6 additions, 0 deletionsnfapi/nfapi_pnf.h
- nfapi/nfapi_vnf.c 1480 additions, 0 deletionsnfapi/nfapi_vnf.c
- nfapi/nfapi_vnf.h 6 additions, 0 deletionsnfapi/nfapi_vnf.h
- nfapi/vendor_ext.h 71 additions, 0 deletionsnfapi/vendor_ext.h
- oaienv 8 additions, 0 deletionsoaienv
- open-nfapi.oai.patch 1617 additions, 27 deletionsopen-nfapi.oai.patch
- openair1/PHY/INIT/lte_init.c 292 additions, 238 deletionsopenair1/PHY/INIT/lte_init.c
- openair1/PHY/LTE_TRANSPORT/dci.c 38 additions, 1 deletionopenair1/PHY/LTE_TRANSPORT/dci.c
- openair1/PHY/LTE_TRANSPORT/dci_tools.c 43 additions, 19 deletionsopenair1/PHY/LTE_TRANSPORT/dci_tools.c
- openair1/PHY/LTE_TRANSPORT/dlsch_modulation.c 45 additions, 44 deletionsopenair1/PHY/LTE_TRANSPORT/dlsch_modulation.c
- openair1/PHY/LTE_TRANSPORT/pbch.c 2 additions, 0 deletionsopenair1/PHY/LTE_TRANSPORT/pbch.c
- openair1/PHY/LTE_TRANSPORT/phich.c 1 addition, 1 deletionopenair1/PHY/LTE_TRANSPORT/phich.c
- openair1/PHY/LTE_TRANSPORT/prach.c 60 additions, 21 deletionsopenair1/PHY/LTE_TRANSPORT/prach.c
.gitignore
0 → 100644
nfapi/nfapi.c
0 → 100644
nfapi/nfapi_pnf.c
0 → 100644
This diff is collapsed.
nfapi/nfapi_pnf.h
0 → 100644
nfapi/nfapi_vnf.c
0 → 100644
This diff is collapsed.
nfapi/nfapi_vnf.h
0 → 100644
nfapi/vendor_ext.h
0 → 100644
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.