Commit Graph

270 Commits

Author SHA1 Message Date
Andre Puschmann f3b1fe0f1a update for null-termination of strings fix 2018-01-30 15:19:26 +01:00
Andre Puschmann c8f9a7785a fix null-termination of strings 2018-01-30 14:13:16 +01:00
Ismael Gomez 9b6e18d84f Lower srsENB priorities below UHD threads 2018-01-30 13:27:03 +01:00
Ismael Gomez 684a4c37dc Do not catch SIGKILL 2018-01-30 13:11:44 +01:00
Andre Puschmann 03e7d9c199 register handler for SIGTERM and SIGKILL in UE, eNB and EPC 2018-01-26 16:18:49 +01:00
Andre Puschmann a08bbe5ad4 fix stdin bug for enb 2018-01-26 16:17:07 +01:00
Ismael Gomez 8418c74a2d Fixes RLC small grant issue in eNodeB and non-adaptive retx 2018-01-25 12:51:39 +01:00
Andre Puschmann 6a9a004311
Merge pull request #121 from jgiovatto/enb-phy-initbug
use vector push_back method to allocate required
2018-01-23 15:20:08 +01:00
David Rupprecht 051d884a46 fixed enb pcap mac 2018-01-22 09:45:33 +01:00
Ismael Gomez 415b528aff Fixed MME IP address in default ENB configuration 2018-01-21 12:13:08 +01:00
Ismael Gomez cf032fea53 Merge branch 'next' 2018-01-20 18:16:18 +01:00
Merlin Chlosta ed863e9d14 Fix SIB config issue #134 and add comments
Correct off-by-one in memcpy of other SIBs
2018-01-20 13:57:23 +01:00
Merlin Chlosta 60bc634386 Fix build if WRITE_SIB_PCAP is defined 2018-01-20 13:30:56 +01:00
Ismael Gomez 0093928b73 Fixed some warnings in ARM 2018-01-20 12:08:35 +01:00
Xavier Arteaga 0ba58d8d24 Fixed PUSCH retransmissions for non-RRC configured rnti 2018-01-19 16:31:32 +01:00
Xavier Arteaga 608e5ba088 Fixes 15MHz for MIMO srsenb 2018-01-19 10:41:51 +01:00
Pedro Alvarez 4b62c9cb06 Merge branch 'next' into epc. 2018-01-18 13:40:46 +00:00
Ismael Gomez 76969932dc
Merge pull request #134 from softwareradiosystems/enbmimo
Enbmimo
2018-01-17 11:03:34 +01:00
Xavier Arteaga 3e29e5a853 Fixed bug. The same data was pushed in both transport blocks for TM3/4. 2018-01-16 16:36:52 +01:00
Ismael Gomez 3be48c40c8 Added rotating log to srsUE and srsENB 2018-01-16 12:44:22 +01:00
Pedro Alvarez 616d1bd0af Merge branch 'next' into epc to add eNB SMC integrity fix 2018-01-15 12:57:53 +00:00
Xavier Arteaga 57d443ace2 Merge branch 'next' into enbmimo 2018-01-15 13:56:50 +01:00
Paul Sutton dbdf85072c Fix for srsenb AS security 2018-01-15 12:50:01 +00:00
Xavier Arteaga 9ca4f4ab9e Fixed PUSCH retransmission bug, last RI report and RI trace format 2018-01-12 16:22:48 +01:00
Xavier Arteaga 9ffdb1e62d Refactored PMI/CQI/RI reporting 2018-01-11 14:37:01 +01:00
Xavier Arteaga de654cd344 Merge branch 'next' into enbmimo 2018-01-10 16:30:36 +01:00
Xavier Arteaga 7a840d9f59 Solved RI reporting bug and improved PUSCH log trace 2018-01-10 16:29:17 +01:00
Pedro Alvarez 042552491b Merging next into epc branch. 2018-01-08 14:45:13 +00:00
Ismael Gomez 37ee5505e9 Removed unused log_line() functions. Added DCI info string 2017-12-19 21:25:55 +01:00
Ismael Gomez 23718aebad Forced kill of UE and ENB by typing ctrl
+c multiple times
2017-12-19 18:15:10 +01:00
Ismael Gomez 845fc87945 Added option to log_filter to customize time source 2017-12-17 11:01:50 +01:00
Xavier Arteaga ec254a9971 Merge branch 'next' of https://github.com/softwareradiosystems/srsLTE into enbmimo 2017-12-15 10:01:38 +01:00
Xavier Arteaga a8a66cb214 Block TM1 with more than 1 antenna and TM2-4 with less than 2 antennas 2017-12-14 17:51:44 +01:00
Ismael Gomez be7f247ad7 Merge branch 'master' into next 2017-12-13 18:28:00 +01:00
Ismael Gomez dff5a6f628 Initialize variables in rrc/enb. Fixes #122 2017-12-13 18:26:26 +01:00
Xavier Arteaga 4fec7799e2 Fixed Aperiodic RI reporting for TM1-2 2017-12-07 09:41:47 +01:00
Xavier Arteaga 0773220d86 Corrected bugs for running TM3 witha phone (up to 75Mbps@10MHz) 2017-12-06 10:25:51 +01:00
Ismael Gomez b0a2fa3b0b Merge branch 'enbmimo' into mob_crypto_mimo 2017-12-04 12:10:46 -06:00
Ismael Gomez e720568e82 Revert "Added UE Mode 3-1 aperiodic reporting"
This reverts commit 0bd683b3c4.
2017-12-04 12:08:02 -06:00
Ismael Gomez eefbdbc913 Revert "Added Aperiodic mode 3-1 in enb and some more optimizations"
This reverts commit 8ab196901f.
2017-12-04 12:07:49 -06:00
Xavier Arteaga 8ab196901f Added Aperiodic mode 3-1 in enb and some more optimizations 2017-12-04 12:01:05 -06:00
Xavier Arteaga 0bd683b3c4 Added UE Mode 3-1 aperiodic reporting 2017-12-04 11:58:23 -06:00
Pedro Alvarez 13595ccb2d Added logging to MME GTP-C. Fixed weird comment bug. 2017-11-29 16:34:14 +00:00
Ismael Gomez d428760b20 Merge branch 'next' into mobility 2017-11-24 12:02:41 +01:00
Ismael Gomez 408545dab8 X2 (constant NCC) working 2017-11-23 19:46:34 +01:00
Xavier Arteaga 0bb789b1cd Solved Segmentation Fault error in Power Allocation 2017-11-23 11:58:18 +01:00
Xavier Arteaga f377b12f91 Merge branch 'next' of https://github.com/softwareradiosystems/srsLTE into enbmimo 2017-11-22 18:17:48 +01:00
Xavier Arteaga dbf10cff17 Solved PDSCH Power Allocation p_b on eNB side 2017-11-22 18:01:13 +01:00
Xavier Arteaga 176dae270c Fixes #105. Added backtrace print in 'srsLTE.backtrace.crash' 2017-11-22 16:00:07 +01:00
Xavier Arteaga af5ca314d0 Merge branch 'next' of https://github.com/softwareradiosystems/srsLTE into enbmimo 2017-11-17 10:11:21 +01:00
Xavier Arteaga c0b9129c89 String init 2017-11-16 16:45:38 +01:00
Xavier Arteaga e2a61af462 Added Aperiodic mode 3-1 in enb and some more optimizations 2017-11-16 14:48:03 +01:00
Xavier Arteaga d041431c13 Merge branch 'reporting' into enbmimo 2017-11-14 17:25:43 +01:00
Xavier Arteaga b084b153cf Added UE Mode 3-1 aperiodic reporting 2017-11-14 17:11:48 +01:00
Ismael Gomez 72d83be8bc Fix minor issues with adaptive retx ENB 2017-11-14 11:48:09 +01:00
Joseph Giovatto cc420d1cb9 use vector push_back method to allocate required
storgae for log service objects vs using index operator.
2017-11-13 13:36:39 -05:00
Xavier Arteaga c2d8508dcb Merge branch 'next' into enbmimo 2017-11-09 16:50:29 +01:00
Xavier Arteaga 9fbcf95367 Merge branch 'next' of https://github.com/softwareradiosystems/srsLTE into enbmimo 2017-11-09 16:16:39 +01:00
Ismael Gomez f00a752628 Fixed bug in PDSCH retx in srsENB 2017-11-09 16:08:18 +01:00
Xavier Arteaga 2b0a4fa2d0 eNB: solved sched-pdsch bug 2017-11-09 15:42:02 +01:00
Xavier Arteaga 650cc0788c eNB: Added RI metrics trace 2017-11-09 15:10:49 +01:00
Xavier Arteaga 42626a1120 eNB: retransmissions in Diversity mode 2017-11-09 15:10:03 +01:00
Xavier Arteaga 69682d488b eNB: Do not consider CQI/RI if PUCCH has low correlation 2017-11-09 15:08:46 +01:00
Xavier Arteaga 75957d41d7 Added DCI formats 2 and 2a inScheduler. Improved UE PHCH, corrected some MIMO bugs on both sides. 2017-11-08 17:10:16 +01:00
Ismael Gomez 3287042f18 Merge branch 'master' into next 2017-10-30 19:12:05 -07:00
Ismael Gomez 45d78d33fb Consider negative elapsed time values in activity monitor due to multiple PHY threads. Fixes issue #111 2017-10-30 16:44:52 -07:00
Ismael Gomez cb6adba46a Merge branch 'master' into next 2017-10-28 22:28:33 -07:00
Ismael Gomez c7f7409954 Edit warning log 2017-10-28 21:07:19 -07:00
Xavier Arteaga 96a6d6ae9f Merge branch 'next' into enbmimo 2017-10-27 16:25:03 +02:00
Xavier Arteaga 6985682ef0 Added 2nd Codeword interface in scheduler, plus pmi close loop reporting 2017-10-26 17:09:28 +02:00
Xavier Arteaga af669a6cbb Added RI reporting in enb and optimised RI computing calling time 2017-10-24 10:07:54 +02:00
Ismael Gomez 7bef0b0e7f Merge branch 'next' into next_novolk 2017-10-20 10:13:04 -04:00
Xavier Arteaga c8bba2f4d0 DFT optimization. memcpy removal (#76)
* Solved PHICH Segmentation fault for MIMO

* Initial Guru FFT optimitzation

* Guru (i)FFT implemented. All test passed!

* Integrated new DFT into pdsch_enodeb and pdsch_ue. Solved more DFT bugs.

* Solved Merge Errors and bugs

* Solved UL Guru bug (DC missing). Updated Init and OFDM calls for enb and ue (cell measurement too).
2017-10-20 10:09:27 -04:00
Ismael Gomez 2f44e2bf3a Refactored cases mcs>29 for ul/dl 2017-10-19 16:13:50 -04:00
ilshatDesu 2a381c109c Update enb_cfg_parser.cc
Non critical error in SIB1.
CellIdentity is constucted from eNBID and SectorID.
2017-10-16 10:59:37 +03:00
Ismael Gomez aeabcb4551 Merge branch 'next' into next_novolk 2017-10-12 11:53:14 +02:00
Ismael Gomez db5d747c66 Fix coverty issues 2017-10-12 10:31:08 +02:00
Xavier Arteaga 21355de77e Added TM3 (1 layer only) eNB support at RRC 2017-10-11 17:00:49 +02:00
Xavier Arteaga 95897ceb71 Added TM2 (Tx diversity) support for eNB 2017-10-10 17:01:40 +02:00
Xavier Arteaga e8da7160f0 eNB transmits diversity by default if two cell ports are configured 2017-10-10 13:24:23 +02:00
Ismael Gomez fda886407b Added option to force the DL/UL frequency at the UE 2017-10-10 12:33:10 +02:00
Ismael Gomez a180b5ebac Msg3 delay is added to harq delay 2017-10-10 12:06:24 +02:00
Ismael Gomez d6561fa067 Merge branch 'next' into next_novolk 2017-10-09 18:50:22 +02:00
Ismael Gomez 51c2c041d7 Update enb.conf.example 2017-10-09 09:48:39 +02:00
Ismael Gomez 5208c4c160 Removed unused code 2017-10-08 00:42:13 +02:00
Ismael Gomez 1dff82065b Merge branch 'next' into next_novolk 2017-10-07 23:25:07 +02:00
Ismael Gomez 0c263b123f Reset HARQ process if TB can't be scheduled 2017-10-06 14:56:25 +02:00
Ismael Gomez ba91a38da4 Allow PDCCH scheduling for 6 PRB 2017-10-06 10:11:43 +02:00
Andre Puschmann 5e9750f2f6 remove clutter from enb.conf.example 2017-10-05 21:17:17 +02:00
Ismael Gomez ca0cf017d6 Now working with variable HARQ scheduling 2017-10-05 16:52:02 +02:00
Ismael Gomez fb0a918f7a Merge branch 'next' into next_novolk 2017-10-05 12:27:00 +02:00
Ismael Gomez b353ed03dd cleaned stdout metric 2017-10-05 12:26:48 +02:00
Ismael Gomez c8dc3d1ad7 Merge branch 'next_with_variable_harq' into next_novolk 2017-10-04 18:30:10 +02:00
Ismael Gomez 582c87e86d Removed PUCCH reserved logs 2017-10-04 17:45:17 +02:00
Ismael Gomez cc6546db18 Fixed incorrect scheduling with PUCCH 2017-10-04 11:50:15 +02:00
Ismael Gomez 7c081c695a Missing call to c_str in printf 2017-10-04 10:08:01 +02:00
Ismael Gomez c066732095 Merge branch 'next' into next_with_variable_harq 2017-10-02 18:17:24 +01:00
Ismael Gomez 48186cd4fc fixed warning 2017-10-02 18:06:39 +01:00
Paul Sutton 428e5955df Fix for SPGW address issue for GTP bearers - now using addresses from bearer setup requests
htonl fix
2017-10-02 13:04:40 +01:00
Ismael Gomez 602b684352 Reduced default TX/RX gains in srsUE/srsENB 2017-10-01 21:04:41 +02:00
Ismael Gomez d6bdabfdc0 Changed all harq delays to variables 2017-09-29 20:38:12 +02:00
Ismael Gomez 9437731c00 Removed softbuffer TX reset 2017-09-29 13:38:55 +02:00
Ismael Gomez c23ceae2ec Changes on enb::stop and rem_user to avoid segfaults 2017-09-29 13:38:47 +02:00
Ismael Gomez b625910b55 Added 50% margin to PDCCH spectral efficiency for scheduling 2017-09-28 16:03:26 +02:00
Ismael Gomez 6029d25214 Fixed bug in get_required_nprb_ul 2017-09-28 15:27:35 +02:00
Ismael Gomez c66f5fc570 Reduced CQI more for PUSCH+UCI 2017-09-28 15:05:11 +02:00
Ismael Gomez 92144ce15d Revert "Handle RRC ConnectionReject at eNodeB and UE"
This reverts commit b6f905e2df.
2017-09-26 18:26:57 +02:00
Ismael Gomez 23179262c3 Set waiting time on Reject 2017-09-26 16:59:29 +02:00
Ismael Gomez b6f905e2df Handle RRC ConnectionReject at eNodeB and UE 2017-09-26 16:45:02 +02:00
Ismael Gomez 736b73bb4b Print PDSCH iterations per codeword 2017-09-26 14:51:37 +02:00
Ismael Gomez 7be56a85ea Changed order of stop in srsENB to avoid PHY errors at exit 2017-09-26 10:52:54 +02:00
Ismael Gomez 489ac43408 Minor logging edits 2017-09-25 11:21:19 +02:00
Ismael Gomez 4753366096 Added option to ue.conf/enb.conf to forward logs to stdout 2017-09-21 21:21:35 +02:00
Ismael Gomez 6556941e6d simplified MAC timers. Unified mac and upper timers in same background task 2017-09-19 17:51:35 +02:00
Ismael Gomez 5359c42b46 RLC UM release timer at stop() 2017-09-19 15:15:25 +02:00
Ismael Gomez 17b97c50cf fixed CQI reduction due to UCI in UL only 2017-09-12 13:42:27 +02:00
Ismael Gomez 20cdc85ebd fixed scheduler for constant mcs 2017-09-12 12:13:14 +02:00
Ismael Gomez 8661503d59 restore RX gain to 50 dB 2017-09-07 13:25:40 +02:00
Ismael Gomez b59e4d08ca fixed incorrect initialization of PUSCH estimator 2017-09-06 12:43:50 +02:00
Ismael Gomez 22f194182c fixed memory leaks 2017-09-06 09:51:12 +02:00
Ismael Gomez b0639ab394 resolved merge conflicts 2017-09-05 15:26:36 +02:00
Ismael Gomez 283cb115ac fixed bugs in enb 2017-09-05 12:08:43 +02:00
Ismael Gomez a993e72534 correction to previous commit 2017-09-04 10:54:49 +02:00
Ismael Gomez 6e0fd43c1f Moved FFTW to WISDOM and save/load from file 2017-09-04 10:45:13 +02:00
Ismael Gomez a51b6b09dd Merged with next. Attach successful 2017-09-01 19:32:57 +02:00
Ismael Gomez e5feec1934 Temporal commit before merge. Changed sequence objects to avoid reallocating memory. new NAS/RRC working with initial attachment 2017-09-01 13:29:11 +02:00
Paul Sutton 02439f291d Add n_prb description 2017-08-31 19:25:22 +01:00
Ismael Gomez 58aecf818d Allowing any PUSCH MCS 2017-08-29 16:22:45 +02:00
Ismael Gomez fabeca49c7 moved pdsch_coderate to phy_common 2017-08-29 15:38:16 +02:00
Ismael Gomez 8a25cac41b increased timeout for RRCConnectionRelease transmission 2017-08-29 15:07:58 +02:00
Ismael Gomez b7a91b5971 fixed unititiazed pucch_sched in sched_ue::get_pucch_sched 2017-08-29 12:20:47 +02:00
Ismael Gomez 2832ece415 Fixed SCTP stream id to 1. 2017-08-28 18:41:23 +02:00
Ismael Gomez 0ca8c8aac6 considering PUCCH2 in PUSCH scheduler 2017-08-28 16:49:53 +02:00
Ismael Gomez 955170bd52 Improved DL TCP performance by tweeking BSR reports and UL scheduler 2017-08-28 10:06:12 +02:00
Ismael Gomez 616e18c570 fixed PUCCH correlation estimator 2017-08-24 15:16:13 +02:00
Ismael Gomez 49e8a2c594 fixed memory leak in mac/ue 2017-08-23 12:33:33 +02:00
Ismael Gomez 5fed766806 fixed UE not reattaching after paging 2017-08-22 15:06:51 +02:00
Ismael Gomez 0f9f76ff00 calibrated configuration values 2017-08-22 15:06:32 +02:00
Andre Puschmann d6c027069c Merge branch 'master' into next 2017-07-14 10:49:15 +02:00
Philipp Gorczak 407d2ef024 Use runtime dir parameter for executables. 2017-07-13 10:21:38 +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
Andre Puschmann 8030778809 fix PDCP initialization in eNB 2017-07-06 16:42:16 +02:00
Andre Puschmann 7ca0988ea3 refactor RLC to use RAT-agnostic config 2017-07-04 18:29:49 +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
Paul Sutton 769c2c1f6b Merge branch 'next' of https://github.com/softwareradiosystems/srslte into next 2017-06-23 15:52:00 +01:00
Paul Sutton 776c1bbc9d Moving fftw checks to top CMakeLists 2017-06-23 15:51:36 +01:00
Ismael Gomez 140cef69e0 Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next 2017-06-23 16:30:02 +02:00
Ismael Gomez 6037a2f2bd changed logger classes 2017-06-23 16:29:46 +02:00
Paul Sutton b71f7b7080 Adding support for static builds 2017-06-23 14:49:21 +01:00