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 |
Andre Puschmann
|
30aac5a89a
|
fix wrong c-type cast accessing UE database and uninit mem
|
5 years ago |
Andre Puschmann
|
b6dd0de50a
|
move timers in eNB stack class up to force later dtor call
|
5 years ago |
Aleksander Morgado
|
ed6044eb54
|
enb,rrc: always print full RRC message contents
Do not limit them to 1024 chars.
|
5 years ago |
Francisco Paisana
|
177e880293
|
removed extra threads from enb rrc
|
5 years ago |
Francisco Paisana
|
33aa858118
|
rr.conf.example fix
|
5 years ago |
Francisco Paisana
|
ff62ae6ad0
|
created the method chain in RRC to receive and handle the response to a S1AP HORequired
|
5 years ago |
Francisco Paisana
|
50ed2ccfec
|
added the handling of ho preparation failure and an ue class to s1ap
|
5 years ago |
Francisco Paisana
|
57cd40ca31
|
added an ho required message send from SeNB to MME
|
5 years ago |
Xavier Arteaga
|
2b7ef9b4a8
|
SRSENB: Fixed rr.conf cell list example parsing errors and segfault
|
5 years ago |
Francisco Paisana
|
56fdf047e6
|
added default cell_list config to the rr.conf, but commented
|
5 years ago |
Francisco Paisana
|
37a9501db3
|
added scell parsing to the rr.conf
|
5 years ago |
Francisco Paisana
|
c8e50c1e19
|
DL/UL sched are called in a round-robin fashion
|
5 years ago |
Francisco Paisana
|
690a9850e7
|
cleaned up some old patterns and run clang-format in RRC and scheduler
|
5 years ago |
Paul Sutton
|
b2e6ef772b
|
Minor typo fix
|
5 years ago |
Francisco Paisana
|
ee209fc0a2
|
added a stack thread to the eNB and move the tti_clock() method to this thread to avoid race conditions
|
5 years ago |
Xavier Arteaga
|
2e1479e9d6
|
SRSENB: Added PHY CA PRACH workers
|
5 years ago |
Andre Puschmann
|
2f00fd62ec
|
fix PDCP config in TTCN3 SS
|
5 years ago |
Pedro Alvarez
|
b7fdcaabc5
|
Starting to add reordering timers at PDCP NR entity. Timeout seems to be triggered correctly and pass the SDUs to the upper layers when it expires. First tests passing.
|
5 years ago |
Francisco Paisana
|
35c9f02579
|
added quant cfg parsing and addition to measCfg
|
5 years ago |
Francisco Paisana
|
b6b1dd1814
|
extended mobility test
|
5 years ago |
Francisco Paisana
|
427fdb83fe
|
using std::make_tuple now to support old compilers. Move operator== definitions for meascfg types to rrc_asn1_types
|
5 years ago |
Francisco Paisana
|
200e18ee3a
|
added diff computation for reportconfig and measid. Tests passing
|
5 years ago |
Francisco Paisana
|
1524e28c3a
|
finished the function to compute diffs between cells/measObjs of two var_meas_cfg objects. Added tests for this. Now the update of a UE's var_meas_cfg is made via a shared pointer.
|
5 years ago |
Francisco Paisana
|
b7559171b7
|
added logic to insert cells from conf file into var_meas_cfg and calculate diffs between meas_objs
|
5 years ago |
Francisco Paisana
|
b88b8fde7b
|
moved the carrier scheduler and tti_result_t classes out of the main sched class. Now it is possible to instantiate more than one carrier_sched per sched
|
5 years ago |
Francisco Paisana
|
2019fec37a
|
moved dl/ul scheduling to the a separate class carrier_sched
|
5 years ago |
Francisco Paisana
|
00d24872d9
|
clang-format on all the scheduler files
|
5 years ago |
Francisco Paisana
|
c1f9d8768c
|
started to implement separate SIB scheduler, and its tests. This is particualrly important for CA
|
5 years ago |
Francisco Paisana
|
22f2781f28
|
fixed bug associated with the initialization of srsenb::rrc::ue. Disabled std::map::operator[] as a result
|
5 years ago |
Francisco Paisana
|
d5a2114320
|
added a default configuration to the rr.conf for meas cells
|
5 years ago |
Francisco Paisana
|
7e62d6d1f9
|
added parser for rrc_cnfg section of rr.conf file, and dummy rrc_mobility class
|
5 years ago |