summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-31Merge branch 'next' into agpl_nextmasterCodebot
2024-01-30ue,muxc,harq: save msg3 to be used in the following RACH attemptsPiotr Gawlowicz
2024-01-30ue,mac,ra: fix contention resolution procedurePiotr Gawlowicz
2024-01-30ue,phy: always reset HARQ buffer for RARPiotr Gawlowicz
2024-01-30ue,mac: fix mac_rar_pdu_nr::unpack functionPiotr Gawlowicz
2024-01-30ue,rrc,prach: receive nof_preambles, use random preamble and ue identityPiotr Gawlowicz
2023-11-23Adding AGPL copyright to new filesr23-11debina/develCodebot
2023-11-23Merge remote-tracking branch 'origin/next' into HEADCodebot
2023-11-22phy: add Cedron freq estimation algorithmPiotr Gawlowicz
2023-11-21cmake: add option to enable/disable -WerrorRobert Falkenberg
2023-11-10radio: add #include <string>Robert Falkenberg
2023-10-18fix compilation issueFrancisco Paisana
2023-10-18fix access to LCG priorityFrancisco Paisana
2023-10-18mac: fix handling of the logical channel group priority in the srsueFrancisco Paisana
2023-09-07phy: Include missing string.hninjab3s
2023-07-05band_helper: fix rounding error in center freq calculationPiotr Gawlowicz
2023-06-19Merge branch 'next' into agpl_nextCodebot
2023-06-19RSRP fix for TX-portMax
2023-06-13rrc_nr: fix applying of dedicated PUSCH and PDSCH DMRS configurationherlesupreeth
2023-05-02Merge branch 'next' into agpl_nextCodebot
2023-05-02asn1,test: add return value check for meas testAndre Puschmann
2023-05-02ci: remove builds for Ubuntu 18.04 using github actionsAndre Puschmann
it seems that runners for Ubuntu 18.04 can't be found anymore. removing it from the actions.
2023-04-28Merge branch 'next' into agpl_nextCodebot
2023-04-28changelog: update 23.04 changelogyagoda
2023-04-27examples: remove unused parameterRobert Falkenberg
2023-04-27adt,test: add missing std before moveRobert Falkenberg
2023-04-27rrc: fix rrc_mobility_testFrancisco Paisana
2023-04-27fix rrc_asn1_testFrancisco Paisana
2023-04-27update rrc asn1 to release 17Francisco Paisana
2023-04-27asn1,test: add missing byte to test vectorAndre Puschmann
copy and paste error and last byte was lost
2023-04-27asn1_test: add JSON plot of UE cap containerAndre Puschmann
2023-04-27asn1: add return value check to UE cap info unpackingAndre Puschmann
this makes the unit test fail
2023-04-24Adding AGPL copyright to new filesCodebot
2023-04-24Merge branch 'next' into agpl_nextCodebot
2023-04-24readme: update coverity linksAndre Puschmann
2023-04-23changelog: add 23.04 changelogyagoda
2023-04-21Adding AGPL copyright to new filesCodebot
2023-04-21Merge branch 'next' into agpl_nextCodebot
# Conflicts: # srsue/src/set_net_admin_caps.cc
2023-04-21ue,rrc: test packing of UE Caps with r15 -> increase ue cap info buffer sizePiotr Gawlowicz
2023-04-21e2ap: fix tsan issue, stop e2_agent threadPiotr Gawlowicz
2023-04-20sched: fix total number of PRBs allocated to msg3Piotr Gawlowicz
2023-04-20e2ap: freeing heap allocated random objectyagoda
2023-04-19gnb: fix CSI-IM resource information in RRC recnofig for NSAAndre Puschmann
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.
2023-04-19sched: handle failure to schedule RARFrancisco Paisana
2023-04-19sched: use circular buffer instead of deque to handle pending RACHsFrancisco Paisana
2023-04-19gtpu,ngap: fix pdu session id check and lcid allocationherlesupreeth
2023-04-19gtpu: fix return valueherlesupreeth
2023-04-19gtpu,rrc: use RAN type rather than booleanherlesupreeth
2023-04-19ngap,rrc: fix PDU session Id and DRB Id assignedherlesupreeth
2023-04-19ngap: fix GTPU bearer removalherlesupreeth