Andre Puschmann
8fee5eb41f
Merge pull request #13 from softwareradiosystems/next_bugfix_sch
...
Solved infinite loop and/or segmentation fault in ...
7 years ago
Xavier Arteaga
2bf288ff59
Solved infinite loop and/or segmentation fault in the SCH decoder for non-SSE compilation.
7 years ago
Andre Puschmann
9c49e27778
remove unused variable
7 years ago
Andre Puschmann
c474b24d32
add basic NAS configuration class
7 years ago
Paul Sutton
c58d2a4689
Merge branch 'master' into next due to RRC ASN bug fix
8 years ago
Paul Sutton
12603e4da2
Bugfix for RRC ASN MeasConfig packing
8 years ago
Andre Puschmann
e16cc4c58b
Merge branch 'next_new_feature' into next
8 years ago
Andre Puschmann
82c206c2bb
Merge branch 'master' into next
8 years ago
Andre Puschmann
32b3046d0f
fix segfault in UE PHY tests
...
- added dummy rrc class to UE phy tests
8 years ago
Ismael Gomez
dd5822077b
fix for soapy
8 years ago
Andre Puschmann
d6c027069c
Merge branch 'master' into next
8 years ago
Andre Puschmann
00be4a5de7
fix bug with uninitalized number of rx antennas
8 years ago
Andre Puschmann
39ebc0e5fd
gracefully exit MAC test when radio init fails
8 years ago
Andre Puschmann
588dc7978d
gracefully exit MAC test when radio init fails
8 years ago
Andre Puschmann
bb34be24ac
fix bug with uninitalized number of rx antennas
8 years ago
yagoda
8c049b2981
fix for both lime and rtl
8 years ago
Paul Sutton
eeaa6720ed
Merge pull request #88 from pgorczak/master
...
Install srsenb and srsue executables
8 years ago
yagoda
12d58bbb62
fixing soapy Tx for lime and RTL-SDR
8 years ago
Ismael Gomez
639227557f
fixing small conflicts
8 years ago
Ismael Gomez
c9ced0b2e1
fixing commits
8 years ago
Ismael Gomez
2d0508ab25
fixing conflict
8 years ago
Ismael Gomez
151f219e41
small soapy fix
8 years ago
yagoda
bc337ee281
fixing soapy lime and rtlsdr compatibility
8 years ago
Philipp Gorczak
407d2ef024
Use runtime dir parameter for executables.
8 years ago
Andre Puschmann
266f1b08fb
rlc_am: print LCID in buffer status msg
8 years ago
Andre Puschmann
e8c41d4620
Revert "Soapy(lime) tx support"
...
This reverts commit 10c0f03f33
.
8 years ago
Philipp Gorczak
5fdcef60f6
Install binaries.
8 years ago
Ismael Gomez
8ad26bda07
eNodeB 2x time advance
8 years ago
Ismael Gomez
41edfcc7ab
fixed segfault due to race condition in scrambling sequence pre-generation
8 years ago
Ismael Gomez
711bf23ee2
fixed segfault due to race condition in scrambling sequence pre-generation
8 years ago
Ismael Gomez
5b62859cca
Merge pull request #12 from softwareradiosystems/next_new_feature
...
Soapy(lime) tx support
8 years ago
Ismael Gomez
0737a858f7
Merge pull request #11 from softwareradiosystems/ue_refactor_common_v2
...
UE refactor common v2
8 years ago
Ismael Gomez
14916fdc9a
missing return statement
8 years ago
Andre Puschmann
1e3b5f553e
fix printf argument
8 years ago
Andre Puschmann
8030778809
fix PDCP initialization in eNB
8 years ago
yagoda
10c0f03f33
Soapy(lime) tx support
8 years ago
Ismael Gomez
d74a9de86d
Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next
8 years ago
Ismael Gomez
3d658cfdd8
fixed number of ports in pdsch tx
8 years ago
Andre Puschmann
80c0d0e694
fix printf's
8 years ago
Andre Puschmann
7ca0988ea3
refactor RLC to use RAT-agnostic config
8 years ago
Andre Puschmann
9398e0eff9
make number of HARQ processes a parameter for mux/demux objects
8 years ago
Andre Puschmann
4bc7b19595
only call PHR procedure in MUX when it's registered
8 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.
8 years ago
Andre Puschmann
60da04ef58
make LCID of GW object a parameter
8 years ago
Andre Puschmann
83c358d33f
let demux use common interface
8 years ago
Andre Puschmann
cbfcb281a9
seperate RAT agnostic bits from various interfaces
8 years ago
Andre Puschmann
ce1e565c79
move RRC states definition into common header
8 years ago
Andre Puschmann
c247f1103d
parameterize TTI offset between UL grant and UL tx and UL tx and HARQ rx
8 years ago
Andre Puschmann
20a004a768
add seperate interface for MUX to query BSR procedure
...
- this is also intented to make MUX RAT-agnostic
8 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
8 years ago