Codebot
ec29b0c1ff
Merge branch 'next' into agpl_next
12 months ago
Piotr Gawlowicz
6f094506da
ue,rrc,prach: receive nof_preambles, use random preamble and ue identity
12 months ago
Codebot
eea87b1d89
Adding AGPL copyright to new files
1 year ago
Codebot
3eae95ddef
Merge remote-tracking branch 'origin/next' into HEAD
1 year ago
Piotr Gawlowicz
4eb990c9c6
phy: add Cedron freq estimation algorithm
1 year ago
Robert Falkenberg
b28c94bd52
radio: add #include <string>
1 year ago
Codebot
655a098b71
Merge branch 'next' into agpl_next
2 years ago
Francisco Paisana
e0d10a2625
update rrc asn1 to release 17
2 years ago
Codebot
3a533706bf
Adding AGPL copyright to new files
2 years ago
Codebot
1bac152a8c
Adding AGPL copyright to new files
2 years ago
Codebot
358070fe30
Merge branch 'next' into agpl_next
...
# Conflicts:
# srsue/src/set_net_admin_caps.cc
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
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
JCDenton
5dc1356d5c
Optimize inserts C++11 and code simplify
2 years ago
ikercosta
c4d69677aa
FIX: Changed EPS bearer id validation
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
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
554c6c62f5
e2ap, asn1: adding initial support for e2ap ORAN interfacec
2 years ago
Codebot
51351190de
Merge branch 'next' into agpl_next
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
Codebot
254cc719a9
Merge branch 'next' into agpl_next
...
# Conflicts:
# cmake/modules/FindPolarssl.cmake
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
Codebot
e1d5f406ef
Merge branch 'next' into agpl_next
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
Codebot
3defd1bcf6
Merge branch 'next' into agpl_next
2 years ago
yagoda
19918d9a67
phy,mac,mbms: moving payload buffer from MAC to PHY to avoid thread clashes
2 years ago
Piotr Gawlowicz
77cd6d2275
mac: add backoff indicator
2 years ago
Codebot
234f99de24
Merge branch 'next' into agpl_next
2 years ago
Matan Perelman
6fc1a638da
lib,nas: Fix packing and unpacking add_info in generic_nas_transport
2 years ago
Codebot
38a520b3c2
Merge branch 'next' into agpl_next
3 years ago
Pedro Alvarez
b001d6c10e
lib,rlc_am_lte: fix checkers for the TX window full
3 years ago
Codebot
b5c994dd79
Merge branch 'next' into agpl_next
3 years ago
Pedro Alvarez
dc71048d83
lib,rlc: fixed up test for full rx window
3 years ago
Pedro Alvarez
b7ec529ff2
lib,rlc: allow ACK_SN be one over the end of the RX window.
3 years ago
Codebot
ac06cf7453
Merge branch 'next' into agpl_next
3 years ago
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).
3 years ago
Codebot
6a3b9257e3
Merge branch 'next' into agpl_next
3 years ago
Pedro Alvarez
e87416ff99
lib,pcdp_nr: added checks for stopped reordering timer and correct state
...
when receiving out-of-order packets in unit tests.
3 years ago
Codebot
49554c2c46
Merge branch 'next' into agpl_next
3 years ago
Robert Falkenberg
0c9ba5b87e
lib,asn1_utils: fix out of bounds access on zero-sized array
...
* fix error: ... offset 0 is out of the bounds [0, 0] [-Werror=array-bounds]
* fix note: destination object of size 0 allocated by ‘operator new []’
--> data_ = new T[cap_];
3 years ago