Florian Kaltenberger
|
348343be8f
|
the gNB scheduler now schedules both UL and DL
|
2019-09-20 11:44:01 +02:00 |
|
Florian Kaltenberger
|
7fb14ab321
|
adding MAC part of 5G FAPI interface for PUSCH. Since the previous version was incomplete anyway I merged in the new SCF specs and used those (only for PUSCH). Todo: implement PHY part.
|
2019-09-05 16:40:31 +02:00 |
|
Florian Kaltenberger
|
fa040160d0
|
Merge remote-tracking branch 'origin/5g_fapi_scf' into 442-integrate-pusch-into-nr-ue-softmodem
|
2019-09-05 06:42:30 +02:00 |
|
Raymond Knopp
|
adf76a5f51
|
Merge remote-tracking branch 'origin/develop-nr' into nr_prach
Conflicts:
cmake_targets/CMakeLists.txt
cmake_targets/build_oai
executables/nr-ru.c
executables/nr-softmodem.c
nfapi/open-nFAPI/nfapi/public_inc/nfapi_nr_interface.h
openair1/PHY/INIT/nr_init.c
openair1/PHY/NR_UE_ESTIMATION/nr_ue_measurements.c
openair1/PHY/NR_UE_TRANSPORT/nr_dlsch_decoding.c
openair1/PHY/NR_UE_TRANSPORT/nr_transport_proto_ue.h
openair1/PHY/TOOLS/Makefile
openair1/PHY/TOOLS/lte_dfts.c
openair1/PHY/TOOLS/nr_phy_scope.c
openair1/SCHED_NR/phy_procedures_nr_common.c
openair1/SCHED_NR/phy_procedures_nr_gNB.c
openair1/SCHED_NR_UE/phy_procedures_nr_ue.c
openair1/SIMULATION/NR_PHY/dlschsim.c
openair1/SIMULATION/NR_PHY/dlsim.c
openair1/SIMULATION/NR_PHY/pbchsim.c
openair1/SIMULATION/NR_PHY/pucchsim.c
openair1/SIMULATION/NR_PHY/ulschsim.c
openair1/SIMULATION/NR_PHY/ulsim.c
openair2/COMMON/rrc_messages_types.h
openair2/GNB_APP/RRC_nr_paramsvalues.h
openair2/GNB_APP/gnb_config.c
openair2/GNB_APP/gnb_paramdef.h
openair2/LAYER2/NR_MAC_gNB/config.c
openair2/LAYER2/NR_MAC_gNB/mac_proto.h
openair2/NR_PHY_INTERFACE/NR_IF_Module.c
openair2/RRC/NR/MESSAGES/asn1_msg.c
openair2/RRC/NR/MESSAGES/asn1_msg.h
|
2019-09-05 05:01:26 +02:00 |
|
Kujou
|
20d41208c8
|
to test S3.4
|
2019-08-16 15:25:51 +08:00 |
|
Kujou
|
4d84f5cd87
|
to test
|
2019-08-14 21:39:43 +08:00 |
|
Raymond Knopp
|
90e6a90e53
|
commit prior to merge
|
2019-07-16 06:28:10 +02:00 |
|
yilmazt
|
420e6194d4
|
All 4 nr<e-(ue)softmodems are compiling
|
2019-06-16 19:46:11 +02:00 |
|
Raymond Knopp
|
1f228ee4d1
|
- reworked configuration file and configuration for gNB (write directly to ASN1 structure from config module instead of passing intermediate structures)
- added prach procedures for gNB with configuration of PRACH L1/L2 parameters
|
2019-06-02 23:40:57 +02:00 |
|
yilmazt
|
f6a4a6b99a
|
phy_simulators do compile, but dlsim&nr_(ulsch/dlsch/pbch)sims do not pass tests + Raphael's CI patch applied.
|
2019-05-23 21:47:49 +02:00 |
|
yilmazt
|
2b05aba106
|
--phy_simulators compile up to nr_dlsim
|
2019-05-22 21:49:19 +02:00 |
|
Raymond Knopp
|
81c1e1b309
|
tested with slot-based processing for 40 and 80 MHz channels
|
2018-12-30 00:32:57 +01:00 |
|
Raymond Knopp
|
ee1c5cbdbd
|
pdcch channel estimation in UE is ok (273 PRBs)
|
2018-12-05 11:44:44 +01:00 |
|
WEI-TAI CHEN
|
616a66b7dd
|
Replace "#ifdef Rel14" by "#if (RRC_VERSION >= MAKE_VERSION(14, 0, 0))"
We can build Rel15 for LTE now
|
2018-08-09 06:08:33 -07:00 |
|
WEI-TAI CHEN
|
754c92d4e2
|
signature
|
2018-07-13 02:02:08 -07:00 |
|
WEI-TAI CHEN
|
e8e8c877b1
|
Fix warning in upper layer
|
2018-07-12 01:12:20 -07:00 |
|
WEI-TAI CHEN
|
7cbc0dc18e
|
fix some warning
|
2018-07-10 15:48:30 -07:00 |
|
WEI-TAI CHEN
|
f95989e7e2
|
Adding function NR_UL_indication
|
2018-07-10 07:02:07 -07:00 |
|
WEI-TAI CHEN
|
b5a55ba93b
|
In NR_UL_indication function call gNB_dlsch_ulsch_scheduler
|
2018-07-10 03:25:36 -07:00 |
|
WEI-TAI CHEN
|
26d61373ba
|
gNB_scheduler in testing not complete yet
|
2018-07-10 01:35:39 -07:00 |
|
WEI-TAI CHEN
|
a98bf76d19
|
-Solving some of warning
"implicit declaration of function"
"incompatible pointer type'
|
2018-06-22 05:42:50 -07:00 |
|
WEI-TAI CHEN
|
5eb919e201
|
Modify nr_phy_config_request for testing config. module
|
2018-06-22 01:37:55 -07:00 |
|
WEI-TAI CHEN
|
73cfa6bbb6
|
- Maintain The Configuration Module
- Create task for GAB_APP and GAN_RRC
- Create the NR FAPI for P5 interface
- *It could be build, but still have a lot of warning need to maintain
|
2018-06-14 06:02:26 -07:00 |
|
WEI-TAI CHEN
|
45519c9249
|
Merge feature-s1ap-r14-based-on-new-asn1c
|
2018-05-28 08:17:07 -07:00 |
|