Commit Graph

  • 93202d152a e2ap, asn1: removing extra byte alignment from packing/unpacking of printable string yagoda 2022-11-14 20:07:18 +0100
  • 554c6c62f5 e2ap, asn1: adding initial support for e2ap ORAN interfacec yagoda 2022-11-14 12:07:03 +0100
  • cdd084adee eMBMS,rlc: fixing deadlock by switching from write lock to read lock yagoda 2023-04-12 21:50:35 +0200
  • 6f95418689 eMBMS: adding mch mutex to avoid race conditions in SIB13 R/W yagoda 2023-04-05 14:54:18 +0200
  • f9686e5fce eMBMS: moving RRC add_user call for MRNTI to avoiding potential deadlock yagoda 2023-04-05 14:51:53 +0200
  • 07d1f14fab eMBMS: pushing bsr update to task queue to avoid potential deadlock yagoda 2023-04-05 13:17:33 +0200
  • 5240083454 eMBMS: adding mutex to mbsfn configuration in the eNodeB yagoda 2023-04-05 13:15:37 +0200
  • f20068baf9 Merge branch 'next' into agpl_next Codebot 2023-04-09 21:12:20 +0000
  • 637e7ce9fa eMBMS: removing duplicate sib13 functions from RRC yagoda 2023-04-03 15:33:21 +0200
  • 1acf19c8b1 eMBMS: adding mrb lcid checks to sdu_queue_is_full and rb_is_um functions in RLC. yagoda 2023-04-03 15:31:50 +0200
  • 894b449fca
    io: use proper pointer type in filesink (#4105) Piotr 2023-04-05 08:45:01 +0200
  • 4d864e1e3b rlc: fix issue when t-StatusProhibit is configured to 0 Pedro Alvarez 2023-03-16 18:59:34 +0000
  • 53eb21d745 rrc: set default number of HARQ processes if option not present in serving_cell_cfg Ismael 2023-03-15 10:18:10 +0100
  • e7272fd2ae rrc: set correct transaction id or security_mode_complete and reconfig_complete messages Ismael 2023-03-15 10:17:28 +0100
  • 00c972ac49 Adding link to srsRAN Project Paul Sutton 2023-03-22 21:03:36 +0100
  • b68e337784 Merge branch 'agpl_next' of github.com:softwareradiosystems/srsLTE into agpl_next Andre Puschmann 2023-03-23 09:15:22 +0100
  • 51351190de Merge branch 'next' into agpl_next Codebot 2023-03-19 22:12:21 +0000
  • dd174d37fa ngap: switching nssai data structure to a std::array yagoda 2023-03-13 10:20:01 +0100
  • cb8b782a6d nas,ngap: adding initial support for NSSAI based slicing in the UE & gNodeB yagoda 2022-12-05 11:05:46 +0100
  • 42b8e2d8d1 Merge branch 'next' into agpl_next Codebot 2023-02-26 22:12:21 +0000
  • 5a4eb5d6cd Merge branch 'next' into agpl_next Andre Puschmann 2023-02-23 12:48:57 +0100
  • 9c5777d13d readme: fix link to project page and update badges Andre Puschmann 2023-02-23 12:41:13 +0100
  • fbca9819d2 Minor readme updates Paul Sutton 2023-02-20 16:27:09 +0100
  • a74a5ce048 github: add missing apt-get update to codeql pipeline Andre Puschmann 2023-02-13 21:55:18 +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