srsLTE codebot
|
d290fe9714
|
Merge branch 'next' into agpl_next
# Conflicts:
# srsue/src/phy/nr/state.cc
|
4 years ago |
Xavier Arteaga
|
1e55d68b55
|
Removed set RNTI from API
|
4 years ago |
srsLTE codebot
|
3daa9f3fc3
|
Merge branch 'next' into agpl_next
# Conflicts:
# lib/include/srslte/common/mac_nr_pcap.h
# lib/include/srslte/phy/ue/ue_ul_nr_data.h
# lib/src/common/mac_nr_pcap.cc
# lib/src/phy/ue/ue_ul_nr_data.c
# srsenb/hdr/phy/lte/worker_pool.h
# srsenb/hdr/phy/nr/cc_worker.h
# srsenb/hdr/phy/nr/sf_worker.h
# srsenb/hdr/phy/nr/worker_pool.h
# srsenb/src/phy/lte/worker_pool.cc
# srsenb/src/phy/nr/cc_worker.cc
# srsenb/src/phy/nr/sf_worker.cc
# srsenb/src/phy/nr/worker_pool.cc
# srsue/hdr/phy/lte/worker_pool.h
# srsue/hdr/phy/nr/cc_worker.h
# srsue/hdr/phy/nr/sf_worker.h
# srsue/hdr/phy/nr/worker_pool.h
# srsue/hdr/stack/mac/mac_nr.h
# srsue/src/phy/lte/worker_pool.cc
# srsue/src/phy/nr/cc_worker.cc
# srsue/src/phy/nr/sf_worker.cc
# srsue/src/phy/nr/worker_pool.cc
# srsue/src/stack/mac/mac_nr.cc
|
4 years ago |
faluco
|
6545df6681
|
Removed new lines in log macros in all example apps.
|
4 years ago |
Codebot
|
d5ee9a5200
|
Adding AGPL copyright to new files
|
4 years ago |
Codebot
|
98425e0b2b
|
Adding AGPL copyright to new files
|
4 years ago |
Andre Puschmann
|
ef19b1a9bd
|
fix various uninit vars detected by cppcheck
non-critical fixes in tests mostly, still good to have those clean
|
4 years ago |
Andre Puschmann
|
07d2bc4fe8
|
change license header to agnostic version with hint to root LICENSE file
|
4 years ago |
Andre Puschmann
|
d014a89cfb
|
pdsch_ue: enable EVM measurements for PDSCH
enable EVM measurements by default and print them in to stdout.
This is very useful for manual receiver calibration with the
PDSCH eNB example.
|
4 years ago |
Andre Puschmann
|
cfee074756
|
pdsch_enodeb: add tx gain control over page-up/down keys
this allows to modify the tx gain of a running pdsch_enodeb
with the page-up/down keys in 1dB steps
|
4 years ago |
Andre Puschmann
|
382f56fbea
|
pdsch_{ue,enodeb}: add -Q switch to enable use of standard LTE rates
this is useful for RF equipment that doesn't support the shorter symbol
size we use by default, e.g. the N310
|
4 years ago |
Francisco Paisana
|
510959b50f
|
update nr asn1 files, and asn1 tests
|
4 years ago |
Xavier Arteaga
|
21e9a3958f
|
Minor changes
|
4 years ago |
Xavier Arteaga
|
74fde5597f
|
PDSCH_UE: added synchronization error to console
|
4 years ago |
Ismael Gomez
|
29e126a583
|
Add per-channel TX gain (#1450)
* Change type of rf_set_gain() to avoid unambiguous return with negative gains
* Add per-channel TX gain
|
4 years ago |
Andre Puschmann
|
ff508a2c6b
|
npdsch_ue: add rf_dev param and make remove samp rate check
the remove of the samp rate check was needed on the PlutoSDR
because the result would not be the exact value that was
asked for
|
5 years ago |
Andre Puschmann
|
bdd97ca25f
|
pdsch_enodeb: remove check in while-loop
this check is always true since the false case is caught
before and the application is closed()
|
5 years ago |
Andre Puschmann
|
14143f8560
|
pssch_ue: fix memory leaks and operation with RF
- add missing free's for ofdm and chest objects
- fix sf_idx setting
- add getchar() when plotting from file to observe output
|
5 years ago |
Andre Puschmann
|
52799192ab
|
pssch_ue: fix uninit var
|
5 years ago |
faluco
|
7ff251f112
|
- Fixed warnings caught by Clang 9.0.0
|
5 years ago |
Andre Puschmann
|
e3e3848210
|
cell_search_nbiot: show DL frequency in MHz
|
5 years ago |
Andre Puschmann
|
f5d55847c2
|
nbiot: add r14 parameter to NPDSCH eNB and file test and make it the default
also add skip SIB2 option to UE example
|
5 years ago |
Xavier Arteaga
|
d94078d543
|
Minor changes
Fix UE sequence generation
minor change
|
5 years ago |
Andre Puschmann
|
f4f7210c56
|
pssch_ue: LGTM fixes
|
5 years ago |
Andre Puschmann
|
68a1868c33
|
npdsch_{ue,enodeb}: few more LGTM fixes
|
5 years ago |
Xavier Arteaga
|
9d0a3268e8
|
Added DL channel estimator algorithm options
|
5 years ago |
Andre Puschmann
|
1a8bb82c0f
|
pssch_ue: fix compile issue on gcc 9.3
gcc 9.3 complained about incompatible pointer type
|
5 years ago |
Andre Puschmann
|
edd6e881e3
|
pssch_ue: fix use of uninit var
|
5 years ago |
Andre Puschmann
|
0fdb5f0114
|
nbiot_examples_tests: make npdsch_ue tests depend on npdsch_enodeb
this fixes issue with CTest in parallel mode where npdsch_ue
test would run before the input file was even created
|
5 years ago |
Andre Puschmann
|
8d52343c72
|
pssch: address review comments
|
5 years ago |
Andre Puschmann
|
7355bc499e
|
pssch_ue: add support for PCAP and reading from file
|
5 years ago |
luis_pereira87
|
baf0ad5bf4
|
PSSCH implementation
|
5 years ago |
Andre Puschmann
|
9132446e6b
|
npdsch_ue: rename global variables
|
5 years ago |
Andre Puschmann
|
e52577ecd3
|
npdsch_enodeb: rename too short global variable
|
5 years ago |
Andre Puschmann
|
dd04f45ca0
|
rename global rf object in examples to radio
LGTM complains about global variables with short names (foo)
|
5 years ago |
Xavier Arteaga
|
89dcd6339f
|
More LGTM fixes
|
5 years ago |
Xavier Arteaga
|
77d5dedddc
|
Fix LGTM warnings and recommendations
|
5 years ago |
Andre Puschmann
|
7587490c96
|
npdsch_ue: fix compilation on Ubuntu 16.04
|
5 years ago |
Andre Puschmann
|
ca8be29219
|
nbiot_ue: fix compile error
|
5 years ago |
Andre Puschmann
|
0b756ac27d
|
convert #warning macro to pragma to avoid compile error
|
5 years ago |
Andre Puschmann
|
c145d80547
|
nbiot: address review comments
|
5 years ago |
Andre Puschmann
|
09ee7588b0
|
npdsch_ue: decode SIB1 and extract scheduling params for SIB2/3
also extend GUI and show JSON formated system information
|
5 years ago |
Andre Puschmann
|
e76e31e652
|
adding NB-IoT DL shared channel, UE DL object and PHY examples
|
5 years ago |
Andre Puschmann
|
6dc9c8f26a
|
fix compile error when RF is not enabled
void sig_int_handler(int signo) was declared in this case
but never used.
|
5 years ago |
Tiago Alves
|
47145c18b7
|
sidelink: refactor channel estimation
|
5 years ago |
Xavier Arteaga
|
9a2b0b7cc7
|
Standard vector allocation uses vector library
|
5 years ago |
Xavier Arteaga
|
e832769ae6
|
Updated copyright
|
5 years ago |
Ismael Gomez
|
4e12405fff
|
Remove radio_multi class and organize channels, ports and carrier buffers (#1019)
|
5 years ago |
Andre Puschmann
|
2e455908e8
|
fix issue compiling pssch_ue when RF driver wasn't found
|
5 years ago |
Andre Puschmann
|
e9e57153dc
|
adding basic pssch_ue example
|
5 years ago |