Ismael Gomez
7a02efe0e5
fixed segfault due to race condition in scrambling sequence pre-generation
7 years ago
Ismael Gomez
41edfcc7ab
fixed segfault due to race condition in scrambling sequence pre-generation
7 years ago
Ismael Gomez
711bf23ee2
fixed segfault due to race condition in scrambling sequence pre-generation
7 years ago
Ismael Gomez
5b62859cca
Merge pull request #12 from softwareradiosystems/next_new_feature
...
Soapy(lime) tx support
7 years ago
Ismael Gomez
0737a858f7
Merge pull request #11 from softwareradiosystems/ue_refactor_common_v2
...
UE refactor common v2
7 years ago
Ismael Gomez
14916fdc9a
missing return statement
7 years ago
Andre Puschmann
1e3b5f553e
fix printf argument
7 years ago
Andre Puschmann
8030778809
fix PDCP initialization in eNB
7 years ago
yagoda
10c0f03f33
Soapy(lime) tx support
7 years ago
Ismael Gomez
d74a9de86d
Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next
7 years ago
Ismael Gomez
3d658cfdd8
fixed number of ports in pdsch tx
7 years ago
Andre Puschmann
80c0d0e694
fix printf's
7 years ago
Andre Puschmann
7ca0988ea3
refactor RLC to use RAT-agnostic config
7 years ago
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
60da04ef58
make LCID of GW object a parameter
7 years ago
Andre Puschmann
83c358d33f
let demux use common interface
7 years ago
Andre Puschmann
cbfcb281a9
seperate RAT agnostic bits from various interfaces
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
583aa2d180
move MAC structs shared between multiple RATs out RAT specific interface
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
Andre Puschmann
bfa10148f5
fix bug in c-rnti MAC subheader
7 years ago
Ismael Gomez
6c0587e5a4
fixed missing initialization of PUSCH scrambling sequence
7 years ago
Ismael Gomez
d28e16b1ed
fixed missing initialization of PUSCH scrambling sequence
7 years ago
Ismael Gomez
2c85d3f890
added ctest options for valgrind
7 years ago
Ismael Gomez
2a43c9901f
Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next
7 years ago
Paul Sutton
89cc50c7c4
Deallocating buffers for ACKed RLC tx PDUs
7 years ago
Paul Sutton
cec7b95d45
Fix for race condition, fix for window size checks
7 years ago
Ismael Gomez
e92418d2da
minor edit in cmake
7 years ago
Paul Sutton
ce88544d07
Minor fft library tidy-up
7 years ago
Ismael Gomez
fa9eaee498
new NAS/RRC structure. Attaching and ping working
7 years ago
Paul Sutton
f48b1f3d66
Adding ability to statically link FFTW
7 years ago
Paul Sutton
fd08dd56ba
Fix for security library find scripts
7 years ago
Ismael Gomez
fa05304632
Merge branch 'next' into mobility
7 years ago
Ismael Gomez
14450827fa
added suppress_stdout to radio::init_multi
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
Andre Puschmann
faa33139cd
Merge remote-tracking branch 'github_public/master' into next
7 years ago
Ismael Gomez
12cbf02606
changed name of vector_simd function
7 years ago