Commit Graph

2615 Commits

Author SHA1 Message Date
Pedro Alvarez 57c986d54a s1ap: fix s1ap test after the changes to S1 setup request 2022-10-27 12:33:53 +02:00
Pedro Alvarez 92931030c8 s1ap: added debug log to check stack is not blocked. 2022-10-27 12:33:53 +02:00
Pedro Alvarez 5d79e89a3d s1ap: run connect in background thread to avoid blocking 2022-10-27 12:33:53 +02:00
Matan Perelman dc8c85f330 Add additional PLMNs to sib.conf 2022-10-27 12:32:21 +02:00
Pedro Alvarez 3c17686c0a enb,s1ap: make sure we trigger s1 setup failure when we get the S1 setup failure message 2022-10-06 12:02:21 +01:00
Pedro Alvarez 2a60562a2e enb,s1ap: adding SCTP configuration to enb.conf 2022-10-06 12:02:21 +01:00
Pedro Alvarez 08d03ee6e2 netutils,s1ap: split setting the SCTP options into different functions.
Added option for SO_REUSE_ADDR. Removed sctp_init_socket function.
2022-10-06 12:02:21 +01:00
Piotr Gawlowicz 0a36e35f84 rrc: add T300 timer 2022-10-06 13:00:26 +02:00
yagoda acae2d88c6 phy,mbms: updating mutex and cvar in embms 2022-09-21 13:39:43 +02:00
Piotr Gawlowicz 77cd6d2275 mac: add backoff indicator 2022-09-21 09:36:54 +02:00
Andre Puschmann 8cc7b3f614 enb,txrx: don't print SSB ARFCN/freq for EUTRA carriers 2022-07-26 15:27:12 +02:00
Ismael Gomez a43e2a877c srsgnb: make coreset0_idx optional 2022-07-26 15:27:12 +02:00
Ismael Gomez a6a9274203 srsgnb: derive SSB frequency and ssb_offset based on user provided coreset0 index configuration. Added extra configuration validators 2022-07-26 15:27:12 +02:00
Matan Perelman ce731c851c enb,cfg_parser: Add SIB5 parsing. 2022-07-26 15:24:20 +02:00
Francisco Paisana 8de3d7436e fix paging opportunity calculation in RRC and add respective unit test 2022-07-26 12:43:38 +02:00
Andre Puschmann 72220aa811 enb,phy: do not start start plots if LTE workers don't exist
this was causing a segfault when the GUI was enabled in SA mode, i.e. without LTE cells
we only support the GUI with LTE enabled.
2022-07-21 10:24:03 +02:00
Matan Perelman 218bf1c916 enb,cfg_parser: Fix ac_barring_for_mo_data time typo. 2022-07-21 09:55:38 +02:00
Matan Perelman 375709b449 enb,cfg_parser: Add SIB6 parsing. 2022-07-21 09:55:38 +02:00
Matan Perelman 602bca70a4 enb,cfg_parser: Allow sib4 to contain black cell list only. 2022-07-21 09:55:38 +02:00
Matan Perelman f571d46cf8 enb,cfg_parser: Add GERAN speed state scale factors 2022-07-21 09:55:38 +02:00
Matan Perelman 436235b92c enb,cfg_parser: Fix log typo. 2022-07-21 09:55:38 +02:00
Pedro Alvarez 981e682d2e enb,rrc: disable SRB2 in mac controller during handover. This is to
avoid transporting NAS messages before we received the RRC Reconf
 complete and the HO is finished.
2022-07-13 18:34:46 +01:00
Pedro Alvarez d62266ec58 rrc: fix mobility test to check if SRB2 being started to early 2022-07-13 18:34:46 +01:00
yagoda 66b5b6c236 phy: pass number PRBs from the correct cell config into the channel emulator when running NR standalone mode 2022-06-06 00:06:05 +02:00
Pedro Alvarez 58f71b10b6 gnb,config: make SRB configuration mandatory 2022-05-18 14:27:03 +02:00
Pedro Alvarez a148dff0cd gnb,ue,rrc: enable using integrity on DRBs 2022-05-17 10:29:37 +01:00
Pedro Alvarez a72279dcbd Addressed review comments:
1 - enb,cfg: fix typo
2 - enb,config: added back deleted config option
3 - ue,rrc_nr: fix wrong log level in log message
4 - enb,config: remove unused parameter
2022-05-11 18:19:29 +01:00
Pedro Alvarez 42011401ff gnb,config: remove SN length for 4G SRB configs 2022-05-11 18:19:29 +01:00
Pedro Alvarez b446fa87b0 gnb,config: enable changing the SN length of SRBs 2022-05-11 18:19:29 +01:00
Pedro Alvarez c737f75abb gnb,config: enable SRB config parser for SA 2022-05-11 18:19:29 +01:00
Pedro Alvarez 36354ef6ff srsgnb,cfg_parser: adding parsing for SA SRB configs 2022-05-11 18:19:29 +01:00
Pedro Alvarez d2b27a6f7d srsgnb: added example SA srb config 2022-05-11 18:19:29 +01:00
Robert Falkenberg c5d5d45574 cmake: fix build for cmake option BUILD_SHARED_LIBS=ON
The cmake option BUILD_SHARED_LIBS (off by default) causes all
libraries to be built as shared libraries if not unless explicitly
stated otherwise.
Since test-helper libraries do not export their symbols, linking
fails if built as shared library.
Therefore, this change explicitly configures these helpers as STATIC.
2022-05-11 13:45:07 +02:00
Andre Puschmann 31665aa4ec enb,cfg_parser: remove strict arfcn check for SA and replace with list of supported configs
the coreset0 index and various related parameters in the scheduler might lead
to unsupported and/or overlapping resource allocation patterns.

this patch adds a table of supported arfcns for three popular bands (all FDD).
2022-05-04 18:18:53 +02:00
Pedro Alvarez ae05ec95b9 enb,config: revert print to console. When a full section was missing the print did not look good. 2022-05-02 20:39:10 +02:00
Ismael Gomez ec4914be19 remove comment 2022-04-28 17:08:02 +02:00
Andre Puschmann dddc07b847 enb: add checker for unsupported/untested configs 2022-04-28 15:56:29 +02:00
Andre Puschmann 70eaec21e2 all: fix uninitialized variables detected by coverity 2022-04-28 15:42:08 +02:00
yagoda 5181d07c8a mac: fixing pdcch order bug, dont send if rnti is not in ue_db 2022-04-27 15:46:24 +02:00
Francisco abe82d0b7d fix infinite loop that takes place when the UE is being added in the mac but the ue_db is full 2022-04-27 12:35:29 +02:00
Andre Puschmann d854bbc22e enb,rrc: remove hard-coded SCG bearer config
Use 5QI config when configuring secondary cell group bearer for NSA.
The 5QI used for this needs to match with the QCI used for the initial
LTE DRB.

This allows to use RLC AM over NSA.
2022-04-22 13:40:23 +02:00
Pedro Alvarez c1a565027b gnb,config: Minor fixes to rb.conf.example
* added whitespace for QCI/5QI configs
  * make pdcp nr config default to 18 bits
  * swapped UM and AM between 5QI 7 and 9
2022-04-20 10:24:26 +01:00
Pedro Alvarez ca9b99fb47 gnb,config: Changed logging for setting not found exception, to make it clearer which setting was not found 2022-04-20 10:24:26 +01:00
Pedro Alvarez a725cb0436 gnb,config: Added RLC-NR UM and AM configuration parsing 2022-04-20 10:24:26 +01:00
Pedro Alvarez 66bf6fd28c gnb,config: added PDCP-NR configuration parsing 2022-04-20 10:24:26 +01:00
Pedro Alvarez e14efbd95a gnb,config: Added default configuration for the 5G RBs 2022-04-20 10:24:26 +01:00
Pedro Alvarez 43a2678841 gnb,config: Added five_qi_cfg to rrc_nr_config_t. Starting to add
five_qi_field to parse the rb.conf for 5g configuration.
2022-04-20 10:24:26 +01:00
Francisco 0de1565e52 rrc,s1ap: configurable target eNB TACs during LTE handover. 2022-04-06 12:16:11 +01:00
Ismael Gomez 2bbeef6068 srsgnb,metrics: add ul_pucch_ni metric and refactor rssi/epre nomenclature. Fix bug in rsrp_avg computation in pucch 2022-03-26 22:39:16 +01:00
Ismael Gomez cf647b1fd5 srsenb,metrics: add PUSCH/PUCCH RSSI metrics. Add bearer DL total data metric for RLC UM 2022-03-26 22:39:16 +01:00