Aleksander Morgado
|
52ce1fbfd1
|
enb: fix list of logging layers in conf example
Added 'phy_lib' and 's1ap', removed 'nas'.
As per the srsenb help:
$ srsenb --help | grep level | grep log
--log.rf_level arg RF log level
--log.phy_level arg PHY log level
--log.phy_lib_level arg (=none) PHY lib log level
--log.mac_level arg MAC log level
--log.rlc_level arg RLC log level
--log.pdcp_level arg PDCP log level
--log.rrc_level arg RRC log level
--log.gtpu_level arg GTPU log level
--log.s1ap_level arg S1AP log level
--log.all_level arg (=info) ALL log level
|
5 years ago |
Francisco Paisana
|
d270518d69
|
updated rrc to new srsasn1 version
|
5 years ago |
Francisco Paisana
|
1212d403c6
|
added {} in if condition
|
5 years ago |
Francisco Paisana
|
0894e6b2f1
|
updated dummy interfaces
|
5 years ago |
Francisco Paisana
|
67411ecfa9
|
updated dummy interfaces
|
5 years ago |
Francisco Paisana
|
6b4488d5c1
|
added sending of enb status transfer from SeNB
|
5 years ago |
Francisco Paisana
|
c7f11e5690
|
fixed issue with the liblte_s1ap transparent container packing
|
5 years ago |
Francisco Paisana
|
39fcf25e0d
|
added extra tests for handover. Did a some refactoring to move boilerplate out of the test mobility function
|
5 years ago |
Francisco Paisana
|
a18a7e307e
|
moved all the parsing of the libconfig files to separate functions that can be called from individual tests. Created several stack layer dummy classes for testing. Extended the rrc_mobility test to check correctness of RRC HOPreparation struct
|
5 years ago |
Francisco Paisana
|
b792a3158c
|
removed magic numbers for s1ap timers, and handled the error in the s1 ho cmd
|
5 years ago |
Francisco Paisana
|
524c80a804
|
added handling of ho command
|
5 years ago |
Pedro Alvarez
|
e1cdd51eba
|
Clang-formated before pull request
|
5 years ago |
Pedro Alvarez
|
e68956bcf6
|
Adding discard timer timeout to PDCP config.
|
5 years ago |
Pedro Alvarez
|
a049ec6b82
|
Finished to add boiler plate code to support PDCP discard notifications to RLC.
|
5 years ago |
Pedro Alvarez
|
2e7ddef038
|
Continue to add discard_sdu to RLC interfaces.
|
5 years ago |
Pedro Alvarez
|
a77dd4e959
|
Starting to add boiler-plate code to support Discard at RLC.
|
5 years ago |
Francisco Paisana
|
ab3d7dd413
|
updated sched interface for multiple carriers
|
5 years ago |
Francisco Paisana
|
1da86df597
|
added map between cc_idx and enb cell specifier
|
5 years ago |
Francisco Paisana
|
eeb47f8fa4
|
fixed issue regarding repetition of ConRes tx
|
5 years ago |
Francisco Paisana
|
e94e0a8641
|
changed the logic associated with the tx of the conres CE
|
5 years ago |
Francisco Paisana
|
3159a5b84a
|
added cc_idx to dl_rach_info
|
5 years ago |
Francisco Paisana
|
01847c5f5d
|
phy_config_enabled is general to all the carriers of the ue
|
5 years ago |
Francisco Paisana
|
cab9327b1a
|
updated scheduler interfaces to accommodate multiple carriers
|
5 years ago |
Xavier Arteaga
|
8dd1c59e18
|
Added amplitude and power conversions to dB and viceversa
|
5 years ago |
Francisco Paisana
|
6d4f746a61
|
moved tti_sched_result out of carrier_sched. Removed interdependencies between the two classes. Simplified ra_sched and bc_sched initialization
|
5 years ago |
Francisco Paisana
|
7990e2f563
|
use of a common tti_params struct to store all values derived from tti_rx
|
5 years ago |
Francisco Paisana
|
36c45c7d64
|
added the changes in the enb stack from next
|
5 years ago |
Francisco Paisana
|
54992e72f1
|
fixed and simplified multiqueue task api to avoid dangling pointers.
|
5 years ago |
Francisco Paisana
|
ac4d3b9624
|
std::functions do not accept move-only captures. So I had to create a wrapper earlier. In this PR, I cleaned a bit the previous API for the code to be a bit more readable
|
5 years ago |
Francisco Paisana
|
0b962f19f4
|
fix compilation issue
|
5 years ago |
Francisco Paisana
|
67ccaf1029
|
created a file with common test utils, including assertions, a logger specialized for tests that counts the number of errors and warnings during the test run and can print diagnostics on exit
|
5 years ago |
Francisco Paisana
|
011b2168a6
|
grouped different sched params/args/derived params into a single struct to simplify the ctor api of different sched sub components
|
5 years ago |
Andre Puschmann
|
2195012dc1
|
fix uninit var in cfg parser
|
5 years ago |
Andre Puschmann
|
6a9c4d94b0
|
fix printf in scheduler test
|
5 years ago |
Andre Puschmann
|
6f72cbffab
|
fix snprintf of uint64 for ARM
|
5 years ago |
Pedro Alvarez
|
d4fb4d8c86
|
Fixup clang-format in pdcp before PR.
|
5 years ago |
Pedro Alvarez
|
15613465cf
|
Moving some initialization from init function to constructor in the PDCP entities.
|
5 years ago |
Francisco Paisana
|
0f01b0acc2
|
clean paging_opportunity function
|
5 years ago |
Francisco Paisana
|
77f63f7bcd
|
removed gtpu mutex
|
5 years ago |
Francisco Paisana
|
73e06a0858
|
removed threads from eNB MAC
|
5 years ago |
Francisco Paisana
|
151159e2c6
|
avoid passing stack vars by reference in callbacks
|
5 years ago |
Francisco Paisana
|
e8487211e4
|
changed the naming of mch to m1u in the gtpu class
|
5 years ago |
Francisco Paisana
|
2512e0fd79
|
removed thread from GTPU MCH
|
5 years ago |
Francisco Paisana
|
1400777639
|
removed 1st thread from GTPU
|
5 years ago |
yagoda
|
ca0922ddc6
|
adding missing embms section header to enb.conf
|
5 years ago |
yagoda
|
088e3e9bcf
|
remove comma from rr.conf
|
5 years ago |
Francisco Paisana
|
a9a33256e9
|
fixed some of the net utils functions
|
5 years ago |
Francisco Paisana
|
546ee98879
|
fixed small issue that was causing compilation errors
|
5 years ago |
Francisco Paisana
|
2de0eee9c7
|
clean up some comments
|
5 years ago |
Francisco Paisana
|
76673d2d40
|
cleaned up socket util methods, and made the S1AP non-blocking.
|
5 years ago |