2307 Commits (433e4b3ac1a01acbc0c817e67e20a9fb3e4cb0aa)

Author SHA1 Message Date
Piotr Gawlowicz faa90aebdc add ric_subscription class 2 years ago
Piotr Gawlowicz c3f4dfd194 use ric_client configuration (ip, port) 2 years ago
yagoda 4bf162cbf1 e2ap: adding e2 metrics interface files 2 years ago
yagoda a599234bf7 e2ap, main: adding metrics interface for e2, parameterizing the startup of the RIC client 2 years ago
yagoda b3d3c4436f ric: adding logger to RIC client 2 years ago
yagoda 554c6c62f5 e2ap, asn1: adding initial support for e2ap ORAN interfacec 2 years ago
yagoda cdd084adee eMBMS,rlc: fixing deadlock by switching from write lock to read lock 2 years ago
yagoda f9686e5fce eMBMS: moving RRC add_user call for MRNTI to avoiding potential deadlock 2 years ago
yagoda 07d1f14fab eMBMS: pushing bsr update to task queue to avoid potential deadlock 2 years ago
yagoda 5240083454 eMBMS: adding mutex to mbsfn configuration in the eNodeB 2 years ago
yagoda cb8b782a6d nas,ngap: adding initial support for NSSAI based slicing in the UE & gNodeB 2 years ago
jmasterfunk84 38641ac8bb enb: Introduce Configurable S1 Connection Timer 2 years ago
Andre Puschmann be40336089 all: mark various function args as const& to avoid pass by value 2 years ago
Pedro Alvarez 92931030c8 s1ap: added debug log to check stack is not blocked. 2 years ago
Pedro Alvarez 5d79e89a3d s1ap: run connect in background thread to avoid blocking 2 years ago
Matan Perelman dc8c85f330 Add additional PLMNs to sib.conf 2 years ago
Pedro Alvarez 3c17686c0a enb,s1ap: make sure we trigger s1 setup failure when we get the S1 setup failure message 2 years ago
Pedro Alvarez 2a60562a2e enb,s1ap: adding SCTP configuration to enb.conf 2 years ago
Pedro Alvarez 08d03ee6e2 netutils,s1ap: split setting the SCTP options into different functions.
Added option for SO_REUSE_ADDR. Removed sctp_init_socket function.
2 years ago
Piotr Gawlowicz 0a36e35f84 rrc: add T300 timer 2 years ago
yagoda acae2d88c6 phy,mbms: updating mutex and cvar in embms 2 years ago
Piotr Gawlowicz 77cd6d2275 mac: add backoff indicator 2 years ago
Andre Puschmann 8cc7b3f614 enb,txrx: don't print SSB ARFCN/freq for EUTRA carriers 2 years ago
Ismael Gomez a43e2a877c srsgnb: make coreset0_idx optional 2 years ago
Ismael Gomez a6a9274203 srsgnb: derive SSB frequency and ssb_offset based on user provided coreset0 index configuration. Added extra configuration validators 2 years ago
Matan Perelman ce731c851c enb,cfg_parser: Add SIB5 parsing. 2 years ago
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.
2 years ago
Matan Perelman 218bf1c916 enb,cfg_parser: Fix ac_barring_for_mo_data time typo. 2 years ago
Matan Perelman 375709b449 enb,cfg_parser: Add SIB6 parsing. 2 years ago
Matan Perelman 602bca70a4 enb,cfg_parser: Allow sib4 to contain black cell list only. 2 years ago
Matan Perelman f571d46cf8 enb,cfg_parser: Add GERAN speed state scale factors 2 years ago
Matan Perelman 436235b92c enb,cfg_parser: Fix log typo. 2 years ago
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.
2 years ago
yagoda 66b5b6c236 phy: pass number PRBs from the correct cell config into the channel emulator when running NR standalone mode 2 years ago
Pedro Alvarez 58f71b10b6 gnb,config: make SRB configuration mandatory 3 years ago
Pedro Alvarez a148dff0cd gnb,ue,rrc: enable using integrity on DRBs 3 years ago
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
3 years ago
Pedro Alvarez b446fa87b0 gnb,config: enable changing the SN length of SRBs 3 years ago
Pedro Alvarez c737f75abb gnb,config: enable SRB config parser for SA 3 years ago
Pedro Alvarez 36354ef6ff srsgnb,cfg_parser: adding parsing for SA SRB configs 3 years ago
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).
3 years ago
Pedro Alvarez ae05ec95b9 enb,config: revert print to console. When a full section was missing the print did not look good. 3 years ago
Ismael Gomez ec4914be19 remove comment 3 years ago
Andre Puschmann dddc07b847 enb: add checker for unsupported/untested configs 3 years ago
yagoda 5181d07c8a mac: fixing pdcch order bug, dont send if rnti is not in ue_db 3 years ago
Francisco abe82d0b7d fix infinite loop that takes place when the UE is being added in the mac but the ue_db is full 3 years ago
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.
3 years ago
Pedro Alvarez ca9b99fb47 gnb,config: Changed logging for setting not found exception, to make it clearer which setting was not found 3 years ago
Pedro Alvarez a725cb0436 gnb,config: Added RLC-NR UM and AM configuration parsing 3 years ago
Pedro Alvarez 66bf6fd28c gnb,config: added PDCP-NR configuration parsing 3 years ago