Codebot
f20068baf9
Merge branch 'next' into agpl_next
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
Ismael
e7272fd2ae
rrc: set correct transaction id or security_mode_complete and reconfig_complete messages
2 years ago
Paul Sutton
00c972ac49
Adding link to srsRAN Project
2 years ago
Andre Puschmann
b68e337784
Merge branch 'agpl_next' of github.com:softwareradiosystems/srsLTE into agpl_next
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
42b8e2d8d1
Merge branch 'next' into agpl_next
2 years ago
Andre Puschmann
5a4eb5d6cd
Merge branch 'next' into agpl_next
2 years ago
Andre Puschmann
9c5777d13d
readme: fix link to project page and update badges
2 years ago
Paul Sutton
fbca9819d2
Minor readme updates
2 years ago
Andre Puschmann
a74a5ce048
github: add missing apt-get update to codeql pipeline
2 years ago
Codebot
254cc719a9
Merge branch 'next' into agpl_next
...
# Conflicts:
# cmake/modules/FindPolarssl.cmake
2 years ago
Andre Puschmann
ba34570b7b
readme: point build status CI badge to CCPP build action
2 years ago
b1u3s
08e02c9a5b
add length check on emergency number list
2 years ago
tiamilani
fefe9367d4
probably mispelled property in pcap
...
In the pcap section, the documentation talks about the "mac_enable" property.
This property is not in the actual properties of the [pcap] section.
I thought it would be more probable to forget about the documentation property rather than the actual property name.
For this reason, I have changed the documentation from "mac_enable" to "enable".
2 years ago
CheolJun Park
2a69e17e85
ue,nas: fix integrity check for DL messages
2 years ago
jmasterfunk84
766b735efc
Small Typo Fix
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
Andre Puschmann
15c6feeba6
srsue: init softbuffer structs for mch,pch
2 years ago
Shubham Tatvamasi
4f785db54a
ci: added support for Ubuntu 22.04 LTS
...
Signed-off-by: Shubham Tatvamasi <shubhamtatvamasi@gmail.com>
2 years ago
Andre Puschmann
ad6c31d00b
changelog: add 22.10 changelog
2 years ago
Andre Puschmann
76ae45fab7
readme: remove LGTM and Travis and add CodeQL badge
...
since both CI systems have been removed we no longer require the badges/links.
LGTM has been replaced by CodeQL which we now have as badge.
2 years ago
Andre Puschmann
2ca34192ac
ci: remove LGTM
...
As LGTM will be closed at the end of the year 2022 we are going to remove it
from the CI and instead use CodeQL which is essentially the successor of it fully integrated into Github actions.
See the related blog post https://github.blog/2022-08-15-the-next-step-for-lgtm-com-github-code-scanning/
2 years ago
Andre Puschmann
333a85e039
ci: remove travis CI
...
the Travis CI has worked for years but eventually required to get credits for FOSS projects
to execute. We've tried to add credits and it worked several times but always required manual
exchange of email between us and support staff.
Since github actions now include the same and even more checks without any extra work
we are going to remove Travis CI from srsRAN.
2 years ago
Andre Puschmann
d60d2301e1
workflows: add initial codeql workflow
2 years ago
Robert Falkenberg
44783030c4
security: remove polarssl dependency
2 years ago
Pedro Alvarez
57c986d54a
s1ap: fix s1ap test after the changes to S1 setup request
2 years ago
Pedro Alvarez
92931030c8
s1ap: added debug log to check stack is not blocked.
2 years ago
Pedro Alvarez
5d79e89a3d
s1ap: run connect in background thread to avoid blocking
2 years ago
Matan Perelman
dc8c85f330
Add additional PLMNs to sib.conf
2 years ago
Codebot
e1d5f406ef
Merge branch 'next' into agpl_next
2 years ago
Pedro Alvarez
3c17686c0a
enb,s1ap: make sure we trigger s1 setup failure when we get the S1 setup failure message
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
Piotr Gawlowicz
0a36e35f84
rrc: add T300 timer
2 years ago
Codebot
3defd1bcf6
Merge branch 'next' into agpl_next
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
yagoda
acae2d88c6
phy,mbms: updating mutex and cvar in embms
2 years ago
Pedro Alvarez
736a536d32
sched: change from srsran::deque to std::deque to avoid memory leak
2 years ago
Andre Puschmann
ef50c9abe5
srsran_asn1_nas_test: fix uninitalized value in packing test
2 years ago