10553 Commits (e3509f041bd1297230bdc63f7ec5ba47ad56eb84)
 

Author SHA1 Message Date
Brendan 3015a6cd13 e2ap: remove conflict artifact from source file 2 years ago
Brendan e52203f739 e2ap, ric: add support for ric reset request and response 2 years ago
yagoda a599234bf7 e2ap, main: adding metrics interface for e2, parameterizing the startup of the RIC client 2 years ago
yagoda e2aa9aba85 e2sm: fixing function definition for e2 setup request 2 years ago
yagoda 07929b74f6 e2ap: add e2 setup response processing, add RANfunction storage functionality. 2 years ago
yagoda cd442e57ca e2ap: adding e2sm_kpm class to manage creation of e2sm_kpm messages, adding proper creation of RAN function definition in E2 setup request message 2 years ago
yagoda 5ef7ee0e49 e2ap: adding e2sm_kpm asn1 packing/unpacking 2 years ago
yagoda a8631828d4 e2ap: adding logger to e2ap class 2 years ago
yagoda d4fbdfd54b ric: making the e2 pack/send function generic 2 years ago
yagoda d34bd957bc e2ap,ric: adding support of E2-RIC subscription request/response 2 years ago
yagoda be2442a459 ric, e2ap: adding initial incomming E2 message handling, simple processing of E2 setup response 2 years ago
yagoda eda5600ab0 ric: adding receiver socket with taskqueue for E2 2 years ago
yagoda b3d3c4436f ric: adding logger to RIC client 2 years ago
yagoda ec8bf3ea6f lib,sctp: changing sctp sock opts to be compatible with RIC 2 years ago
yagoda 93202d152a e2ap, asn1: removing extra byte alignment from packing/unpacking of printable string 2 years ago
yagoda 554c6c62f5 e2ap, asn1: adding initial support for e2ap ORAN interfacec 2 years ago
yagoda cdd084adee eMBMS,rlc: fixing deadlock by switching from write lock to read lock 2 years ago
yagoda 6f95418689 eMBMS: adding mch mutex to avoid race conditions in SIB13 R/W 2 years ago
yagoda f9686e5fce eMBMS: moving RRC add_user call for MRNTI to avoiding potential deadlock 2 years ago
yagoda 07d1f14fab eMBMS: pushing bsr update to task queue to avoid potential deadlock 2 years ago
yagoda 5240083454 eMBMS: adding mutex to mbsfn configuration in the eNodeB 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
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
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
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