Commit Graph

5063 Commits

Author SHA1 Message Date
Sébastien Dudek 8479ae4791 Adding band information for NBIoT 2023-02-19 12:03:48 +01:00
Sébastien Dudek 86a921c94a Adding band information 2023-02-19 12:02:57 +01:00
Sébastien Dudek 199c6076e8 Adding device name into NBIoT cell search 2023-02-19 11:29:52 +01:00
Sébastien Dudek 0b5ebbea0e Add device name argument 2023-02-19 10:51:45 +01:00
Sébastien Dudek 18e973f236 Updating cell search for Modmobmap 2022-11-28 20:18:10 +01:00
Sébastien Dudek 987dda4345
Merge branch 'srsran:master' into master 2022-11-28 19:40:11 +01:00
Codebot 254cc719a9 Merge branch 'next' into agpl_next
# Conflicts:
#	cmake/modules/FindPolarssl.cmake
2022-11-06 22:12:22 +00:00
b1u3s 08e02c9a5b add length check on emergency number list 2022-11-04 13:16:44 +01:00
jmasterfunk84 38641ac8bb enb: Introduce Configurable S1 Connection Timer 2022-11-04 13:16:44 +01:00
Andre Puschmann be40336089 all: mark various function args as const& to avoid pass by value 2022-11-04 13:16:44 +01:00
Robert Falkenberg 44783030c4 security: remove polarssl dependency 2022-10-27 14:57:44 +02:00
Codebot e1d5f406ef Merge branch 'next' into agpl_next 2022-10-09 21:12:23 +00: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
Pedro Alvarez 142bfd6ea8 lib,netutils: added extra logging for opening/closing socket. 2022-10-06 12:02:21 +01:00
Robert Falkenberg ebefc73d0c rf: print the cause of failed RF plugins to stdout 2022-10-06 13:01:19 +02:00
Codebot 3defd1bcf6 Merge branch 'next' into agpl_next 2022-09-25 21:12:24 +00:00
Robert Falkenberg ffc9ca5591 threads: don't join thread if pthread_create failed; fix error messages 2022-09-22 10:55:37 +02:00
yagoda 19918d9a67 phy,mac,mbms: moving payload buffer from MAC to PHY to avoid thread clashes 2022-09-21 13:41:00 +02:00
Andre Puschmann ef50c9abe5 srsran_asn1_nas_test: fix uninitalized value in packing test 2022-09-21 09:37:42 +02:00
Piotr Gawlowicz 77cd6d2275 mac: add backoff indicator 2022-09-21 09:36:54 +02:00
Codebot 234f99de24 Merge branch 'next' into agpl_next 2022-07-31 21:12:25 +00:00
Matan Perelman 0c1a7018ec lib: Minor reformat 2022-07-27 17:49:40 +02:00
Matan Perelman 1b22c372a1 lib,nas: Add test for generic_nas_transport packing and unpacking 2022-07-27 17:49:40 +02:00
Matan Perelman 6fc1a638da lib,nas: Fix packing and unpacking add_info in generic_nas_transport 2022-07-27 17:49:40 +02:00
Codebot 38a520b3c2 Merge branch 'next' into agpl_next 2022-07-24 21:12:22 +00:00
Pedro Alvarez e4207b177f lib,rlc_am_lte: added fix for full tx window with wraparround 2022-07-21 11:26:30 +01:00
Pedro Alvarez b001d6c10e lib,rlc_am_lte: fix checkers for the TX window full 2022-07-21 11:26:30 +01:00
Zishuai CHENG 2e4b1aceaf Parse tmsi type of mobile id and fixed the content length of network feature support 2022-07-21 09:55:38 +02:00
Robert Falkenberg 7e7eceda15 ctest: Viterbi test skips 0dB for non AVX2 machines
The accuracy of the 8-bit implementation of the Viterbi decoder used on
non-AVX2 machines falls below the theoretical accuracy at 0dB.
2022-07-19 14:34:38 +02:00
Robert Falkenberg 06f2ab6d7c ctest: PDCCH test skips 100PRB for non AVX2 machines
The current 8-bit Viterbi decoder implementation for SSE (non-AVX2)
is not accurate enough to reliably decode all messages with a
code rate ~0.9 or higher, e.g. DCI format 2/2A messages in 100 PRB cell
at aggregation level 0.
2022-07-19 14:34:38 +02:00
Codebot b5c994dd79 Merge branch 'next' into agpl_next 2022-07-17 21:12:22 +00:00
Pedro Alvarez 0cc632988f lib,rlc: tweaked some comments 2022-07-08 12:57:07 +01:00
Pedro Alvarez f5658619b8 lib,rlc: ack_sn does not count as a positive or negative acknowledgment.
do not stop t-PollRetransmit for it
2022-07-08 12:57:07 +01:00
Pedro Alvarez 7ac7c8673a lib,rlc: Fixed issue where `p` bit was not checked if PDU was outside of
the RX window. This could lead to a data stall, where TX keeps retx'ing
the same PDU to request a status report.
2022-07-08 12:57:07 +01:00
Pedro Alvarez 40f19b0e2c lib,rlc: added check for status report in full rx_window test. 2022-07-08 12:57:07 +01:00
Pedro Alvarez f4ca1848d6 lib,rlc: allow reception of ACK_SN == TX_NEXT+1,
as this can happen when the last segment has not been sent yet.
2022-07-08 12:57:07 +01:00
Pedro Alvarez ede44369f4 lib,rlc: add fix for issue in checking full RLC TX window 2022-07-08 12:57:07 +01:00
Pedro Alvarez dc71048d83 lib,rlc: fixed up test for full rx window 2022-07-08 12:57:07 +01:00
Pedro Alvarez b7ec529ff2 lib,rlc: allow ACK_SN be one over the end of the RX window. 2022-07-08 12:57:07 +01:00
Pedro Alvarez 51ffd91f16 lib,rlc: added unit test that triggers assert when RX window is full 2022-07-08 12:57:07 +01:00
Codebot ce67ab1f9f Merge branch 'next' into agpl_next 2022-06-26 21:12:23 +00:00
Robert Falkenberg a1db7fe9fe rlc_am_nr: fix shadowed variable 2022-06-23 12:38:28 +02:00
Codebot ac06cf7453 Merge branch 'next' into agpl_next 2022-06-12 21:12:20 +00:00
Robert Falkenberg e057a8ec27 lib,pdcp_nr: unit test - remove redundant assignment 2022-06-08 12:14:14 +02:00
Robert Falkenberg a11291eb08 lib,rlc_am_nr: fix handling of NACK ranges with SO reaching SDU edge
This changes the handling of NACK ranges with segment offset (SO),
where either so_start or so_end reach the edge of a full SDU.
That SDU is then NACK'ed as a whole, rather than as a segment
from 0 to 0xFFFF.
Otherwise, the search for segments will fail if said SDU was
initially sent as a whole (without segmentation).
2022-06-06 11:27:52 +02:00
Robert Falkenberg fccfd5e140 lib,rlc_am_{lte,nr}: fix/add tx_window overrun protection
This commit fixes as bug causing a crash of the eNB in case
of many pending RETX and the reception of a trimmed PDU.
The following sequence leads to a crash:
- RETX queue contains many PDUs for RETX
- Receive trimmed PDU containing a trimmed subset of NACKs
- RETX queue is cleared and re-populated with a trimmed subset
- After all RETX (/!\ trimmed subset) is done, continue TX new PDUs
- tx_window blows up
- tx_window overflows if another status PDU is not received in time
- Overflow overwrites oldest element in tx_window
- Handling of next status PDU fails due to missing elements in tx_window

Related PR #4029
2022-06-06 11:26:57 +02:00
Codebot 6a3b9257e3 Merge branch 'next' into agpl_next 2022-06-05 21:12:59 +00:00
Pedro Alvarez d5909a306f lib,pdcp_nr: fixed typos and rephrased log in tests. 2022-06-02 20:25:53 +01:00
Pedro Alvarez 0f1c8b03c7 lib,pdcp_nr: fixed up some comments and a logging message 2022-06-02 20:25:53 +01:00