Commit Graph

1306 Commits

Author SHA1 Message Date
Andre Puschmann c474b24d32 add basic NAS configuration class 2017-08-07 13:17:11 +02:00
Paul Sutton c58d2a4689 Merge branch 'master' into next due to RRC ASN bug fix 2017-08-02 16:22:19 +01:00
Paul Sutton 12603e4da2 Bugfix for RRC ASN MeasConfig packing 2017-08-02 15:47:49 +01:00
Andre Puschmann e16cc4c58b Merge branch 'next_new_feature' into next 2017-07-24 18:12:16 +02:00
Andre Puschmann 82c206c2bb Merge branch 'master' into next 2017-07-24 18:11:58 +02:00
Andre Puschmann 32b3046d0f fix segfault in UE PHY tests
- added dummy rrc class to UE phy tests
2017-07-24 18:10:31 +02:00
Ismael Gomez dd5822077b fix for soapy 2017-07-14 10:46:50 +01:00
Andre Puschmann d6c027069c Merge branch 'master' into next 2017-07-14 10:49:15 +02:00
Andre Puschmann 00be4a5de7 fix bug with uninitalized number of rx antennas 2017-07-14 10:48:34 +02:00
Andre Puschmann 39ebc0e5fd gracefully exit MAC test when radio init fails 2017-07-14 10:48:26 +02:00
Andre Puschmann 588dc7978d gracefully exit MAC test when radio init fails 2017-07-14 10:46:27 +02:00
Andre Puschmann bb34be24ac fix bug with uninitalized number of rx antennas 2017-07-14 10:41:44 +02:00
yagoda 8c049b2981 fix for both lime and rtl 2017-07-14 09:41:00 +01:00
Paul Sutton eeaa6720ed Merge pull request #88 from pgorczak/master
Install srsenb and srsue executables
2017-07-14 09:27:59 +02:00
yagoda 12d58bbb62 fixing soapy Tx for lime and RTL-SDR 2017-07-13 15:14:22 +01:00
Ismael Gomez 639227557f fixing small conflicts 2017-07-13 13:51:09 +01:00
Ismael Gomez c9ced0b2e1 fixing commits 2017-07-13 13:44:09 +01:00
Ismael Gomez 2d0508ab25 fixing conflict 2017-07-13 13:36:18 +01:00
Ismael Gomez 151f219e41 small soapy fix 2017-07-13 13:32:58 +01:00
yagoda bc337ee281 fixing soapy lime and rtlsdr compatibility 2017-07-13 13:54:31 +01:00
Philipp Gorczak 407d2ef024 Use runtime dir parameter for executables. 2017-07-13 10:21:38 +02:00
Andre Puschmann 266f1b08fb rlc_am: print LCID in buffer status msg 2017-07-12 17:40:42 +02:00
Andre Puschmann e8c41d4620 Revert "Soapy(lime) tx support"
This reverts commit 10c0f03f33.
2017-07-12 17:34:14 +02:00
Philipp Gorczak 5fdcef60f6 Install binaries. 2017-07-12 16:30:06 +02:00
Ismael Gomez 8ad26bda07 eNodeB 2x time advance 2017-07-11 15:47:08 +02:00
Ismael Gomez 41edfcc7ab fixed segfault due to race condition in scrambling sequence pre-generation 2017-07-11 13:17:51 +02:00
Ismael Gomez 711bf23ee2 fixed segfault due to race condition in scrambling sequence pre-generation 2017-07-11 13:17:26 +02:00
Ismael Gomez 5b62859cca Merge pull request #12 from softwareradiosystems/next_new_feature
Soapy(lime) tx  support
2017-07-10 15:56:26 +02:00
Ismael Gomez 0737a858f7 Merge pull request #11 from softwareradiosystems/ue_refactor_common_v2
UE refactor common v2
2017-07-10 15:54:04 +02:00
Ismael Gomez 14916fdc9a missing return statement 2017-07-07 18:04:59 +02:00
Andre Puschmann 1e3b5f553e fix printf argument 2017-07-06 18:34:00 +02:00
Andre Puschmann 8030778809 fix PDCP initialization in eNB 2017-07-06 16:42:16 +02:00
yagoda 10c0f03f33 Soapy(lime) tx support 2017-07-06 12:32:54 +01:00
Ismael Gomez d74a9de86d Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next 2017-07-06 10:37:57 +02:00
Ismael Gomez 3d658cfdd8 fixed number of ports in pdsch tx 2017-07-06 10:37:51 +02:00
Andre Puschmann 80c0d0e694 fix printf's 2017-07-04 18:29:49 +02:00
Andre Puschmann 7ca0988ea3 refactor RLC to use RAT-agnostic config 2017-07-04 18:29:49 +02:00
Andre Puschmann 9398e0eff9 make number of HARQ processes a parameter for mux/demux objects 2017-07-04 17:48:45 +02:00
Andre Puschmann 4bc7b19595 only call PHR procedure in MUX when it's registered 2017-07-04 17:48:45 +02:00
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.
2017-07-04 17:48:39 +02:00
Andre Puschmann 60da04ef58 make LCID of GW object a parameter 2017-07-04 17:46:50 +02:00
Andre Puschmann 83c358d33f let demux use common interface 2017-07-04 17:46:50 +02:00
Andre Puschmann cbfcb281a9 seperate RAT agnostic bits from various interfaces 2017-07-04 17:46:50 +02:00
Andre Puschmann ce1e565c79 move RRC states definition into common header 2017-07-04 17:46:50 +02:00
Andre Puschmann c247f1103d parameterize TTI offset between UL grant and UL tx and UL tx and HARQ rx 2017-07-04 17:46:50 +02:00
Andre Puschmann 20a004a768 add seperate interface for MUX to query BSR procedure
- this is also intented to make MUX RAT-agnostic
2017-07-04 17:46:50 +02:00
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
2017-07-04 17:46:50 +02:00
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
2017-07-04 17:46:50 +02:00
Andre Puschmann 583aa2d180 move MAC structs shared between multiple RATs out RAT specific interface 2017-07-04 17:46:50 +02:00
Andre Puschmann 704b8c3dc4 make DL and UL harq template classes 2017-07-04 17:46:50 +02:00