4982 Commits (7f10505ad94d1023e060e777eed1f83fdfb4f50b)

Author SHA1 Message Date
ninjab3s c845cbcbd5 phy: Include missing string.h 1 year ago
Piotr Gawlowicz 44ac6c2675 band_helper: fix rounding error in center freq calculation 1 year ago
Max 737c5ae712 RSRP fix for TX-port 1 year ago
Andre Puschmann 179f7d8d69 asn1,test: add return value check for meas test 2 years ago
Robert Falkenberg b608a68211 examples: remove unused parameter 2 years ago
Robert Falkenberg 3695d607a8 adt,test: add missing std before move 2 years ago
Francisco Paisana 46c3fcc472 fix rrc_asn1_test 2 years ago
Francisco Paisana e0d10a2625 update rrc asn1 to release 17 2 years ago
Andre Puschmann 51e4711bc4 asn1,test: add missing byte to test vector
copy and paste error and last byte was lost
2 years ago
Andre Puschmann e3509f041b asn1_test: add JSON plot of UE cap container 2 years ago
Andre Puschmann 965d1b423f asn1: add return value check to UE cap info unpacking
this makes the unit test fail
2 years ago
Piotr Gawlowicz 0f628ca28f ue,rrc: test packing of UE Caps with r15 -> increase ue cap info buffer size 2 years ago
herlesupreeth 150bfb6185 gtpu,ngap: fix pdu session id check and lcid allocation 2 years ago
herlesupreeth b927936d52 gtpu: improve check for PDU session Id in NR SA 2 years ago
Fabian Eckermann 751136f46a rrc,asn1: Add asn1 packing and unpacking test for ue cap enquiry and -information 2 years ago
Ismael Gomez 13d6517631 prevent the scheduler from allocating data on SCell UL if not supported by UE 2 years ago
Piotr Gawlowicz 4cc86455c3 check if the UE supports used CA bands and UL CA 2 years ago
Patricio Latini 9a64958514 phy_common: add band 71 definition 2 years ago
b1u3s 43fc466ff9 liblte: add length on plmn list 2 years ago
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