Francisco Paisana
7f10505ad9
fix access to LCG priority
1 year ago
Francisco Paisana
8ae0b9bc05
mac: fix handling of the logical channel group priority in the srsue
1 year ago
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
herlesupreeth
79e1230a65
rrc_nr: fix applying of dedicated PUSCH and PDSCH DMRS configuration
1 year ago
Andre Puschmann
179f7d8d69
asn1,test: add return value check for meas test
2 years ago
Andre Puschmann
c094b0a8ed
ci: remove builds for Ubuntu 18.04 using github actions
...
it seems that runners for Ubuntu 18.04 can't be found anymore.
removing it from the actions.
2 years ago
yagoda
adc0e2de52
changelog: update 23.04 changelog
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
3bd8ad9bd1
rrc: fix rrc_mobility_test
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
Andre Puschmann
e26d873249
readme: update coverity links
2 years ago
yagoda
337e1aba98
changelog: add 23.04 changelog
2 years ago
Piotr Gawlowicz
0f628ca28f
ue,rrc: test packing of UE Caps with r15 -> increase ue cap info buffer size
2 years ago
Piotr Gawlowicz
2a2d6ca6b2
e2ap: fix tsan issue, stop e2_agent thread
2 years ago
Piotr Gawlowicz
3d9e0cb840
sched: fix total number of PRBs allocated to msg3
2 years ago
yagoda
45a04b715c
e2ap: freeing heap allocated random object
2 years ago
Andre Puschmann
7251d4dcd2
gnb: fix CSI-IM resource information in RRC recnofig for NSA
...
amariue was complaining about CSI-IM resources allocated but
not present in resource config.
15:36:05.604 [RRC] - 0002 - DCCH: CellGroupConfig: ERROR: CSI-IM Set resource #0 not found in CSI Resource config #1
the patch simply removes the CSI-IM config.
2 years ago
Francisco Paisana
ec9812e72d
sched: handle failure to schedule RAR
2 years ago
Francisco Paisana
ac2d0beedd
sched: use circular buffer instead of deque to handle pending RACHs
2 years ago
herlesupreeth
150bfb6185
gtpu,ngap: fix pdu session id check and lcid allocation
2 years ago
herlesupreeth
05f018b163
gtpu: fix return value
2 years ago
herlesupreeth
dc3c1d3ccc
gtpu,rrc: use RAN type rather than boolean
2 years ago
herlesupreeth
8cac5e9919
ngap,rrc: fix PDU session Id and DRB Id assigned
2 years ago
herlesupreeth
0d8cae98fd
ngap: fix GTPU bearer removal
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
Francisco Paisana
3daaf9b356
Allow NAS PDUs to be cleared only after the Reconfiguration Complete is received by the eNB
2 years ago
Francisco Paisana
25d9ae460e
rrc: fix nas pdu list filling
...
avoid setting dedicated info nas list as present when there are no NAS PDUs to send. Raise logging level when NAS messages are not present during DRB addition/modification
2 years ago
Piotr Gawlowicz
5eed9297d3
fix: correctly skip resource allocation if ul_disabled
2 years ago
Piotr Gawlowicz
3178abf37b
add Intra‑band Non-contiguous CA band combinations to UE caps
2 years ago
Piotr Gawlowicz
6bec41fcbe
enable/disable UL CA using scell_list.ul_allowed parameter
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
Francisco Paisana
4143e8f743
rrc: fetch old ue context when reestablishment corresponds to a UE performing S1 Handover
2 years ago
Patricio Latini
9a64958514
phy_common: add band 71 definition
2 years ago
Matan Perelman
33c43c96a7
srsenb: Add documentation for cell tx_gain
2 years ago
Andre Puschmann
c74d4e1604
srsue: remove set_net_admin_caps.cc
2 years ago
b1u3s
43fc466ff9
liblte: add length on plmn list
2 years ago
Matan Perelman
b7100efd84
epc: Match lac and tac config with enb rr
2 years ago
Matan Perelman
3573bf9d7d
epc: Fix typo
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