4963 Commits (3573bf9d7da979bd7d7205d28cb08b1a7e5f8011)

Author SHA1 Message Date
Appleman4321 a60589b8ef Fixed duplicate code and comments 2 years ago
JCDenton 5dc1356d5c Optimize inserts C++11 and code simplify 2 years ago
Andre Puschmann 403c5d1cbe examples: fix compile error when using float value for abs()
./lib/examples/npdsch_enodeb.c:509:11: error: using integer absolute value function 'abs' when argument is of floating point type [-Werror,-Wabsolute-value]
      if (abs(srate - srate_rf) > MAX_SRATE_DELTA) {
2 years ago
ikercosta c4d69677aa FIX: Changed EPS bearer id validation 2 years ago
Nick Hall 3abf9f8e0b Fix for Pluto AD9363 sample rate delta 2 years ago
Piotr Gawlowicz 346a814498 e2_agent: add e2 setup procedure that reconnects on failure 2 years ago
Piotr Gawlowicz 826aa46682 e2: update year in copyright section 2 years ago
Piotr Gawlowicz d5d876ecb0 e2ap: send metrics to all registred e2am instances 2 years ago
Piotr Gawlowicz 03d3bd4fb0 switch to e2sm_kpm_v2 2 years ago
yagoda 4bf162cbf1 e2ap: adding e2 metrics interface files 2 years ago
yagoda 7d8a21cb77 asn1: adding e2sm_kpm version 2.0 packing and unpacking for debugging purposes 2 years ago
yagoda 5ef7ee0e49 e2ap: adding e2sm_kpm asn1 packing/unpacking 2 years ago
yagoda ec8bf3ea6f lib,sctp: changing sctp sock opts to be compatible with RIC 2 years ago
yagoda 93202d152a e2ap, asn1: removing extra byte alignment from packing/unpacking of printable string 2 years ago
yagoda 554c6c62f5 e2ap, asn1: adding initial support for e2ap ORAN interfacec 2 years ago
yagoda 637e7ce9fa eMBMS: removing duplicate sib13 functions from RRC 2 years ago
yagoda 1acf19c8b1 eMBMS: adding mrb lcid checks to sdu_queue_is_full and rb_is_um functions in RLC. 2 years ago
Piotr 894b449fca
io: use proper pointer type in filesink (#4105) 2 years ago
Pedro Alvarez 4d864e1e3b rlc: fix issue when t-StatusProhibit is configured to 0 2 years ago
Ismael 53eb21d745 rrc: set default number of HARQ processes if option not present in serving_cell_cfg 2 years ago
yagoda dd174d37fa ngap: switching nssai data structure to a std::array 2 years ago
yagoda cb8b782a6d nas,ngap: adding initial support for NSSAI based slicing in the UE & gNodeB 2 years ago
b1u3s 08e02c9a5b add length check on emergency number list 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
Robert Falkenberg 44783030c4 security: remove polarssl dependency 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
Pedro Alvarez 142bfd6ea8 lib,netutils: added extra logging for opening/closing socket. 2 years ago
Robert Falkenberg ebefc73d0c rf: print the cause of failed RF plugins to stdout 2 years ago
Robert Falkenberg ffc9ca5591 threads: don't join thread if pthread_create failed; fix error messages 2 years ago
yagoda 19918d9a67 phy,mac,mbms: moving payload buffer from MAC to PHY to avoid thread clashes 2 years ago
Andre Puschmann ef50c9abe5 srsran_asn1_nas_test: fix uninitalized value in packing test 2 years ago
Piotr Gawlowicz 77cd6d2275 mac: add backoff indicator 2 years ago
Matan Perelman 0c1a7018ec lib: Minor reformat 2 years ago
Matan Perelman 1b22c372a1 lib,nas: Add test for generic_nas_transport packing and unpacking 2 years ago
Matan Perelman 6fc1a638da lib,nas: Fix packing and unpacking add_info in generic_nas_transport 2 years ago
Pedro Alvarez e4207b177f lib,rlc_am_lte: added fix for full tx window with wraparround 2 years ago
Pedro Alvarez b001d6c10e lib,rlc_am_lte: fix checkers for the TX window full 2 years ago
Zishuai CHENG 2e4b1aceaf Parse tmsi type of mobile id and fixed the content length of network feature support 2 years ago
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.
2 years ago
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.
2 years ago
Pedro Alvarez 0cc632988f lib,rlc: tweaked some comments 2 years ago
Pedro Alvarez f5658619b8 lib,rlc: ack_sn does not count as a positive or negative acknowledgment.
do not stop t-PollRetransmit for it
2 years ago
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.
2 years ago
Pedro Alvarez 40f19b0e2c lib,rlc: added check for status report in full rx_window test. 2 years ago
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.
2 years ago
Pedro Alvarez ede44369f4 lib,rlc: add fix for issue in checking full RLC TX window 2 years ago
Pedro Alvarez dc71048d83 lib,rlc: fixed up test for full rx window 2 years ago
Pedro Alvarez b7ec529ff2 lib,rlc: allow ACK_SN be one over the end of the RX window. 2 years ago