Andre Puschmann
9398e0eff9
make number of HARQ processes a parameter for mux/demux objects
7 years ago
Andre Puschmann
4bc7b19595
only call PHR procedure in MUX when it's registered
7 years ago
Andre Puschmann
8dbabb2834
rework bearer/LCID handling
...
This is a larger patch that reworks the LCID handling throughout the
code.
- It first moves the RB/LCID mapping out of common.h into the RRC object
because different RATs may have different mappings.
- It adds a interface to RRC that other objects like RLC/PDCP/etc. may
use to get the bearer name of a specific LCID.
- The patch also introduces a PDCP config class.
7 years ago
Andre Puschmann
83c358d33f
let demux use common interface
7 years ago
Andre Puschmann
ce1e565c79
move RRC states definition into common header
7 years ago
Andre Puschmann
c247f1103d
parameterize TTI offset between UL grant and UL tx and UL tx and HARQ rx
7 years ago
Andre Puschmann
20a004a768
add seperate interface for MUX to query BSR procedure
...
- this is also intented to make MUX RAT-agnostic
7 years ago
Andre Puschmann
f26969db8b
adding UE base class
...
- this patch moves common code shared between multiple UE types, i.e.,
UEs for different RATs into a commong base class
- it also introduces a switch during UE startup to instantiate the
selected UE type
7 years ago
Andre Puschmann
9f3b4bf9a5
use dedicated UL harq config
...
- this patch changes the UL harq config to a dedicated one
instead of passing the whole MAC config which may be specific to
a specific RAT
- it also extends the RRC to fill the harq specific config field in the
MAC config
- clean up dl_harq and remove unused mac config
7 years ago
Andre Puschmann
704b8c3dc4
make DL and UL harq template classes
7 years ago
Andre Puschmann
869786a27c
adapt MAC procedures to also use MAC timers defined in mac_common.h
7 years ago
Andre Puschmann
faf120501a
make DL and UL harq header-only
...
- move src of DL and UL harq in to header in prep for templating both
- add commong MAC header
7 years ago
Ismael Gomez
fa9eaee498
new NAS/RRC structure. Attaching and ping working
7 years ago
Paul Sutton
769c2c1f6b
Merge branch 'next' of https://github.com/softwareradiosystems/srslte into next
7 years ago
Paul Sutton
776c1bbc9d
Moving fftw checks to top CMakeLists
7 years ago
Ismael Gomez
93ff9294f5
Merge branch 'next' into mobility
7 years ago
Ismael Gomez
140cef69e0
Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next
7 years ago
Ismael Gomez
6037a2f2bd
changed logger classes
7 years ago
Paul Sutton
b71f7b7080
Adding support for static builds
7 years ago
Ismael Gomez
4b5cbafdb5
upgraded to new code restruct
7 years ago
Ismael Gomez
79e9bccbd8
fixed indent
7 years ago
Ismael Gomez
215dac6662
fixed some issues with AVX machines
8 years ago
Paul Sutton
07d8997395
Merge branch 'next' into next_paul_libs
8 years ago
Paul Sutton
4b68272964
Switch to static internal libs, set -fPIC by default
8 years ago
Ismael Gomez
4a1b67a671
cleaned BSR logs
8 years ago
Ismael Gomez
c0a103473b
Cleaned BSR log
8 years ago
Ismael Gomez
fc6a38cad1
removed more unused libraries in ue binary
8 years ago
Ismael Gomez
b7ad261abe
removed unused libraries in ue binary
8 years ago
Ismael Gomez
80092fd888
added pdu tstamp
8 years ago
Ismael Gomez
5e030dc805
renamed SRSUE_ constants to SRSLTE_
8 years ago
Ismael Gomez
129b34201d
Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next_private
8 years ago
Ismael Gomez
d05b03e43a
added buffer pool function call name debug feature
8 years ago
Paul Sutton
0b64e8a9ee
Minor cleanup of security library handling in cmake
8 years ago
Ismael Gomez
3473aa1157
fixed default enb config files
8 years ago
Ismael Gomez
e10816bfa2
removed unsupported options from conf
8 years ago
Ismael Gomez
a4498aeb1e
defaulted cpu affinity to all cores
8 years ago
Ismael Gomez
198c705fcd
renamed srsue and srsenb
8 years ago
Ismael Gomez
930147fcda
moved boost requirement to root cmake
8 years ago
Ismael Gomez
0fa3d2e219
Removed changelog/copyright/readme files from srsue
8 years ago
Ismael Gomez
8a367bf825
changed srsue namespace to srslte for all common objects
8 years ago
Ismael Gomez
e75daee148
renamed include paths for common objects
8 years ago
Ismael Gomez
6475b7b7ad
moved UE upper files to srsue
8 years ago
Ismael Gomez
3327024c16
added ENABLE_GUI option
8 years ago
Andre Puschmann
1d1916d6e0
Merge branch 'restruct_update' into restruct_update_paul
8 years ago
Andre Puschmann
c51c4d2a38
fix compile warnings
8 years ago
Andre Puschmann
bcecdf292b
add C++ compile flags and enable useful warnings
8 years ago
Andre Puschmann
ff7400f140
remove unused header
8 years ago
Paul Sutton
80140c7c38
minor cmake edits
8 years ago
Andre Puschmann
928ef71b82
adding remaining srsUE code
8 years ago