Commit Graph

  • 8479ae4791 Adding band information for NBIoT master Sébastien Dudek 2023-02-19 12:03:48 +0100
  • 86a921c94a Adding band information Sébastien Dudek 2023-02-19 12:02:57 +0100
  • 199c6076e8 Adding device name into NBIoT cell search Sébastien Dudek 2023-02-19 11:29:52 +0100
  • 0b5ebbea0e Add device name argument Sébastien Dudek 2023-02-19 10:51:45 +0100
  • 18e973f236 Updating cell search for Modmobmap Sébastien Dudek 2022-11-28 20:18:10 +0100
  • 987dda4345
    Merge branch 'srsran:master' into master Sébastien Dudek 2022-11-28 19:40:11 +0100
  • 254cc719a9 Merge branch 'next' into agpl_next Codebot 2022-11-06 22:12:22 +0000
  • ba34570b7b readme: point build status CI badge to CCPP build action Andre Puschmann 2022-11-04 13:24:36 +0100
  • 08e02c9a5b add length check on emergency number list b1u3s 2022-11-02 22:58:39 +0800
  • fefe9367d4 probably mispelled property in pcap tiamilani 2022-08-09 16:03:15 +0200
  • 2a69e17e85 ue,nas: fix integrity check for DL messages CheolJun Park 2022-10-12 15:50:45 +0900
  • 766b735efc Small Typo Fix jmasterfunk84 2022-10-19 17:13:33 -0600
  • 38641ac8bb enb: Introduce Configurable S1 Connection Timer jmasterfunk84 2022-10-19 20:39:21 -0600
  • be40336089 all: mark various function args as const& to avoid pass by value Andre Puschmann 2022-10-17 16:14:02 +0200
  • 15c6feeba6 srsue: init softbuffer structs for mch,pch Andre Puschmann 2022-10-17 09:45:06 +0200
  • 4f785db54a ci: added support for Ubuntu 22.04 LTS Shubham Tatvamasi 2022-09-13 07:09:54 +0530
  • ad6c31d00b changelog: add 22.10 changelog Andre Puschmann 2022-11-02 15:28:18 +0100
  • 76ae45fab7 readme: remove LGTM and Travis and add CodeQL badge Andre Puschmann 2022-11-02 13:15:59 +0100
  • 2ca34192ac ci: remove LGTM Andre Puschmann 2022-11-02 13:11:26 +0100
  • 333a85e039 ci: remove travis CI Andre Puschmann 2022-11-02 13:07:53 +0100
  • d60d2301e1 workflows: add initial codeql workflow Andre Puschmann 2022-10-17 16:18:14 +0200
  • 44783030c4 security: remove polarssl dependency Robert Falkenberg 2022-10-25 16:03:54 +0200
  • 57c986d54a s1ap: fix s1ap test after the changes to S1 setup request Pedro Alvarez 2022-10-06 13:29:23 +0100
  • 92931030c8 s1ap: added debug log to check stack is not blocked. Pedro Alvarez 2022-10-05 16:09:16 +0100
  • 5d79e89a3d s1ap: run connect in background thread to avoid blocking Pedro Alvarez 2022-10-05 14:38:31 +0100
  • dc8c85f330 Add additional PLMNs to sib.conf Matan Perelman 2022-02-22 17:10:39 +0200
  • e1d5f406ef Merge branch 'next' into agpl_next Codebot 2022-10-09 21:12:23 +0000
  • 3c17686c0a enb,s1ap: make sure we trigger s1 setup failure when we get the S1 setup failure message Pedro Alvarez 2022-04-13 11:52:56 +0100
  • 2a60562a2e enb,s1ap: adding SCTP configuration to enb.conf Pedro Alvarez 2022-04-11 18:43:38 +0100
  • 08d03ee6e2 netutils,s1ap: split setting the SCTP options into different functions. Added option for SO_REUSE_ADDR. Removed sctp_init_socket function. Pedro Alvarez 2022-04-05 19:00:29 +0100
  • 142bfd6ea8 lib,netutils: added extra logging for opening/closing socket. Pedro Alvarez 2022-04-05 16:00:51 +0100
  • ebefc73d0c rf: print the cause of failed RF plugins to stdout Robert Falkenberg 2022-09-29 10:12:42 +0200
  • 0a36e35f84 rrc: add T300 timer Piotr Gawlowicz 2022-09-08 10:34:27 +0200
  • 3defd1bcf6 Merge branch 'next' into agpl_next Codebot 2022-09-25 21:12:24 +0000
  • ffc9ca5591 threads: don't join thread if pthread_create failed; fix error messages Robert Falkenberg 2022-09-20 11:50:12 +0200
  • 19918d9a67 phy,mac,mbms: moving payload buffer from MAC to PHY to avoid thread clashes yagoda 2022-09-08 13:07:57 +0200
  • acae2d88c6 phy,mbms: updating mutex and cvar in embms yagoda 2022-09-08 15:45:38 +0200
  • 736a536d32 sched: change from srsran::deque to std::deque to avoid memory leak Pedro Alvarez 2022-08-16 15:14:55 +0100
  • ef50c9abe5 srsran_asn1_nas_test: fix uninitalized value in packing test Andre Puschmann 2022-09-07 16:48:53 +0200
  • 77cd6d2275 mac: add backoff indicator Piotr Gawlowicz 2022-09-12 12:23:22 +0200
  • f4c68d3521 Merge branch 'next' into agpl_next Codebot 2022-09-21 07:19:03 +0000
  • 85b4d27f9f make/gcc: disable [-Werror=maybe-uninitialized] for GCC >= 11.2.0 Robert Falkenberg 2022-09-15 14:08:48 +0200
  • ce8a3cae17 Merge branch 'next' into agpl_next Codebot 2022-08-04 14:18:08 +0000
  • b15eefb05f srsenb,nr: fix calculation of allocated bytes on pending UL HARQ preventing UL rate to achieve maximum. Ismael Gomez 2022-08-02 18:25:00 +0200
  • 6c559ad54b Adding AGPL copyright to new files Codebot 2022-07-31 21:12:27 +0000
  • 234f99de24 Merge branch 'next' into agpl_next Codebot 2022-07-31 21:12:25 +0000
  • 633959f71c changelog,cmake: add 22.04.1 changes and bump CMake version Andre Puschmann 2022-07-21 13:04:58 +0200
  • 0c1a7018ec lib: Minor reformat Matan Perelman 2022-07-06 15:48:23 +0300
  • 1b22c372a1 lib,nas: Add test for generic_nas_transport packing and unpacking Matan Perelman 2022-07-07 14:18:28 +0300
  • 6fc1a638da lib,nas: Fix packing and unpacking add_info in generic_nas_transport Matan Perelman 2022-07-06 15:44:37 +0300
  • a724024c15 gnb,rcc_test: fix coreset0 index for NSA config Andre Puschmann 2022-07-21 11:29:36 +0200
  • 8cc7b3f614 enb,txrx: don't print SSB ARFCN/freq for EUTRA carriers Andre Puschmann 2022-07-21 10:39:36 +0200
  • 0ec3c80ac6 srsue,rrc_nr: remove strict requirement for SSB offset=6 Andre Puschmann 2022-07-12 09:53:56 +0200
  • a43e2a877c srsgnb: make coreset0_idx optional Ismael Gomez 2022-07-06 14:56:33 +0200
  • a6a9274203 srsgnb: derive SSB frequency and ssb_offset based on user provided coreset0 index configuration. Added extra configuration validators Ismael Gomez 2022-07-06 10:36:36 +0200
  • fef61554b2 srsgnb,sched: mark as occupied the resources used by SSB before scheduling other PDSCH (eg SIB1). Prevents overlapping SIB1 PDSCH with SSB Ismael Gomez 2022-07-06 10:34:05 +0200
  • ce731c851c enb,cfg_parser: Add SIB5 parsing. Matan Perelman 2022-05-26 13:13:30 +0300
  • 8de3d7436e fix paging opportunity calculation in RRC and add respective unit test Francisco Paisana 2022-05-16 16:08:22 +0100
  • 38a520b3c2 Merge branch 'next' into agpl_next Codebot 2022-07-24 21:12:22 +0000
  • eb4ec84310 minor example config edit to include NAS ZUC support Paul Sutton 2022-07-22 10:37:31 +0100
  • e4207b177f lib,rlc_am_lte: added fix for full tx window with wraparround Pedro Alvarez 2022-07-20 18:32:38 +0100
  • b001d6c10e lib,rlc_am_lte: fix checkers for the TX window full Pedro Alvarez 2022-07-15 12:22:00 +0100
  • 72220aa811 enb,phy: do not start start plots if LTE workers don't exist Andre Puschmann 2022-07-19 12:44:06 +0200
  • 6f2c641941 ue,sa: enable PCAP writing for NAS-5G Andre Puschmann 2022-07-19 12:19:18 +0200
  • 51fdfa334d epc: fix example usage text in the srsepc_if_masq.sh script Piotr Gawlowicz 2022-06-03 11:09:54 +0200
  • 9d6385c84f ci: use matrix-keyword for x86/aarch64 builds Shubham Tatvamasi 2022-04-30 08:53:39 +0530
  • 2e4b1aceaf Parse tmsi type of mobile id and fixed the content length of network feature support Zishuai CHENG 2022-06-22 18:19:15 +0100
  • 218bf1c916 enb,cfg_parser: Fix ac_barring_for_mo_data time typo. Matan Perelman 2022-06-23 11:22:33 +0300
  • 375709b449 enb,cfg_parser: Add SIB6 parsing. Matan Perelman 2022-05-23 08:32:51 +0300
  • 602bca70a4 enb,cfg_parser: Allow sib4 to contain black cell list only. Matan Perelman 2022-05-23 08:41:04 +0300
  • f571d46cf8 enb,cfg_parser: Add GERAN speed state scale factors Matan Perelman 2022-05-22 16:38:32 +0300
  • 88998385eb NAS: Add configuration for LAC. Matan Perelman 2022-05-29 14:09:25 +0300
  • 436235b92c enb,cfg_parser: Fix log typo. Matan Perelman 2022-05-26 13:21:14 +0300
  • 68fe21928e Added initialization of nas5g logger David Rupprecht 2022-06-12 16:41:22 +0200
  • 7e7eceda15 ctest: Viterbi test skips 0dB for non AVX2 machines Robert Falkenberg 2022-06-09 14:44:54 +0200
  • 06f2ab6d7c ctest: PDCCH test skips 100PRB for non AVX2 machines Robert Falkenberg 2022-06-09 14:09:05 +0200
  • b5c994dd79 Merge branch 'next' into agpl_next Codebot 2022-07-17 21:12:22 +0000
  • 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. Pedro Alvarez 2022-07-11 14:36:33 +0100
  • d62266ec58 rrc: fix mobility test to check if SRB2 being started to early Pedro Alvarez 2022-07-04 12:23:55 +0100
  • 0cc632988f lib,rlc: tweaked some comments Pedro Alvarez 2022-07-07 16:40:29 +0100
  • f5658619b8 lib,rlc: ack_sn does not count as a positive or negative acknowledgment. do not stop t-PollRetransmit for it Pedro Alvarez 2022-07-07 17:11:57 +0100
  • 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. Pedro Alvarez 2022-07-07 15:55:59 +0100
  • 40f19b0e2c lib,rlc: added check for status report in full rx_window test. Pedro Alvarez 2022-07-07 12:40:10 +0100
  • f4ca1848d6 lib,rlc: allow reception of ACK_SN == TX_NEXT+1, as this can happen when the last segment has not been sent yet. Pedro Alvarez 2022-07-07 11:55:15 +0100
  • ede44369f4 lib,rlc: add fix for issue in checking full RLC TX window Pedro Alvarez 2022-07-05 18:04:32 +0100
  • dc71048d83 lib,rlc: fixed up test for full rx window Pedro Alvarez 2022-07-04 17:00:33 +0100
  • b7ec529ff2 lib,rlc: allow ACK_SN be one over the end of the RX window. Pedro Alvarez 2022-07-04 13:49:53 +0100
  • 51ffd91f16 lib,rlc: added unit test that triggers assert when RX window is full Pedro Alvarez 2022-07-01 17:41:57 +0100
  • ce67ab1f9f Merge branch 'next' into agpl_next Codebot 2022-06-26 21:12:23 +0000
  • a1db7fe9fe rlc_am_nr: fix shadowed variable Robert Falkenberg 2022-06-22 13:39:49 +0200
  • f6033264f9 gnb,mac_nr: ignore SE_PHR CE received from UE Andre Puschmann 2022-06-15 16:55:17 +0200
  • d99cff050d ue,rrc_nr: handle RRC release Andre Puschmann 2022-06-15 10:50:45 +0200
  • ac06cf7453 Merge branch 'next' into agpl_next Codebot 2022-06-12 21:12:20 +0000
  • e057a8ec27 lib,pdcp_nr: unit test - remove redundant assignment Robert Falkenberg 2022-06-07 09:13:58 +0200
  • a11291eb08 lib,rlc_am_nr: fix handling of NACK ranges with SO reaching SDU edge Robert Falkenberg 2022-06-03 12:11:53 +0200
  • fccfd5e140 lib,rlc_am_{lte,nr}: fix/add tx_window overrun protection Robert Falkenberg 2022-05-23 12:15:25 +0200
  • 66b5b6c236 phy: pass number PRBs from the correct cell config into the channel emulator when running NR standalone mode yagoda 2022-05-30 19:04:06 +0200
  • 6a3b9257e3 Merge branch 'next' into agpl_next Codebot 2022-06-05 21:12:59 +0000
  • d5909a306f lib,pdcp_nr: fixed typos and rephrased log in tests. Pedro Alvarez 2022-06-02 18:16:29 +0100
  • 0f1c8b03c7 lib,pdcp_nr: fixed up some comments and a logging message Pedro Alvarez 2022-06-02 17:17:36 +0100