Commit Graph

10521 Commits

Author SHA1 Message Date
Sébastien Dudek 8479ae4791 Adding band information for NBIoT 2023-02-19 12:03:48 +01:00
Sébastien Dudek 86a921c94a Adding band information 2023-02-19 12:02:57 +01:00
Sébastien Dudek 199c6076e8 Adding device name into NBIoT cell search 2023-02-19 11:29:52 +01:00
Sébastien Dudek 0b5ebbea0e Add device name argument 2023-02-19 10:51:45 +01:00
Sébastien Dudek 18e973f236 Updating cell search for Modmobmap 2022-11-28 20:18:10 +01:00
Sébastien Dudek 987dda4345
Merge branch 'srsran:master' into master 2022-11-28 19:40:11 +01:00
Codebot 254cc719a9 Merge branch 'next' into agpl_next
# Conflicts:
#	cmake/modules/FindPolarssl.cmake
2022-11-06 22:12:22 +00:00
Andre Puschmann ba34570b7b readme: point build status CI badge to CCPP build action 2022-11-04 13:24:36 +01:00
b1u3s 08e02c9a5b add length check on emergency number list 2022-11-04 13:16:44 +01:00
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".
2022-11-04 13:16:44 +01:00
CheolJun Park 2a69e17e85 ue,nas: fix integrity check for DL messages 2022-11-04 13:16:44 +01:00
jmasterfunk84 766b735efc Small Typo Fix 2022-11-04 13:16:44 +01:00
jmasterfunk84 38641ac8bb enb: Introduce Configurable S1 Connection Timer 2022-11-04 13:16:44 +01:00
Andre Puschmann be40336089 all: mark various function args as const& to avoid pass by value 2022-11-04 13:16:44 +01:00
Andre Puschmann 15c6feeba6 srsue: init softbuffer structs for mch,pch 2022-11-04 13:16:44 +01:00
Shubham Tatvamasi 4f785db54a ci: added support for Ubuntu 22.04 LTS
Signed-off-by: Shubham Tatvamasi <shubhamtatvamasi@gmail.com>
2022-11-04 13:16:44 +01:00
Andre Puschmann ad6c31d00b changelog: add 22.10 changelog 2022-11-03 15:26:11 +01:00
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.
2022-11-03 15:26:11 +01:00
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/
2022-11-03 15:26:11 +01:00
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.
2022-11-03 15:26:11 +01:00
Andre Puschmann d60d2301e1 workflows: add initial codeql workflow 2022-11-03 15:26:11 +01:00
Robert Falkenberg 44783030c4 security: remove polarssl dependency 2022-10-27 14:57:44 +02:00
Pedro Alvarez 57c986d54a s1ap: fix s1ap test after the changes to S1 setup request 2022-10-27 12:33:53 +02:00
Pedro Alvarez 92931030c8 s1ap: added debug log to check stack is not blocked. 2022-10-27 12:33:53 +02:00
Pedro Alvarez 5d79e89a3d s1ap: run connect in background thread to avoid blocking 2022-10-27 12:33:53 +02:00
Matan Perelman dc8c85f330 Add additional PLMNs to sib.conf 2022-10-27 12:32:21 +02:00
Codebot e1d5f406ef Merge branch 'next' into agpl_next 2022-10-09 21:12:23 +00:00
Pedro Alvarez 3c17686c0a enb,s1ap: make sure we trigger s1 setup failure when we get the S1 setup failure message 2022-10-06 12:02:21 +01:00
Pedro Alvarez 2a60562a2e enb,s1ap: adding SCTP configuration to enb.conf 2022-10-06 12:02:21 +01:00
Pedro Alvarez 08d03ee6e2 netutils,s1ap: split setting the SCTP options into different functions.
Added option for SO_REUSE_ADDR. Removed sctp_init_socket function.
2022-10-06 12:02:21 +01:00
Pedro Alvarez 142bfd6ea8 lib,netutils: added extra logging for opening/closing socket. 2022-10-06 12:02:21 +01:00
Robert Falkenberg ebefc73d0c rf: print the cause of failed RF plugins to stdout 2022-10-06 13:01:19 +02:00
Piotr Gawlowicz 0a36e35f84 rrc: add T300 timer 2022-10-06 13:00:26 +02:00
Codebot 3defd1bcf6 Merge branch 'next' into agpl_next 2022-09-25 21:12:24 +00:00
Robert Falkenberg ffc9ca5591 threads: don't join thread if pthread_create failed; fix error messages 2022-09-22 10:55:37 +02:00
yagoda 19918d9a67 phy,mac,mbms: moving payload buffer from MAC to PHY to avoid thread clashes 2022-09-21 13:41:00 +02:00
yagoda acae2d88c6 phy,mbms: updating mutex and cvar in embms 2022-09-21 13:39:43 +02:00
Pedro Alvarez 736a536d32 sched: change from srsran::deque to std::deque to avoid memory leak 2022-09-21 09:39:19 +02:00
Andre Puschmann ef50c9abe5 srsran_asn1_nas_test: fix uninitalized value in packing test 2022-09-21 09:37:42 +02:00
Piotr Gawlowicz 77cd6d2275 mac: add backoff indicator 2022-09-21 09:36:54 +02:00
Codebot f4c68d3521 Merge branch 'next' into agpl_next 2022-09-21 07:19:03 +00:00
Robert Falkenberg 85b4d27f9f make/gcc: disable [-Werror=maybe-uninitialized] for GCC >= 11.2.0 2022-09-20 11:22:37 +02:00
Codebot ce8a3cae17 Merge branch 'next' into agpl_next 2022-08-04 14:18:08 +00:00
Ismael Gomez b15eefb05f srsenb,nr: fix calculation of allocated bytes on pending UL HARQ preventing UL rate to achieve maximum. 2022-08-02 22:07:47 +02:00
Codebot 6c559ad54b Adding AGPL copyright to new files 2022-07-31 21:12:27 +00:00
Codebot 234f99de24 Merge branch 'next' into agpl_next 2022-07-31 21:12:25 +00:00
Andre Puschmann 633959f71c changelog,cmake: add 22.04.1 changes and bump CMake version 2022-07-27 17:50:16 +02:00
Matan Perelman 0c1a7018ec lib: Minor reformat 2022-07-27 17:49:40 +02:00
Matan Perelman 1b22c372a1 lib,nas: Add test for generic_nas_transport packing and unpacking 2022-07-27 17:49:40 +02:00
Matan Perelman 6fc1a638da lib,nas: Fix packing and unpacking add_info in generic_nas_transport 2022-07-27 17:49:40 +02:00