Codebot
38a520b3c2
Merge branch 'next' into agpl_next
2 years ago
Piotr Gawlowicz
51fdfa334d
epc: fix example usage text in the srsepc_if_masq.sh script
2 years ago
Matan Perelman
88998385eb
NAS: Add configuration for LAC.
2 years ago
Codebot
4d2b5b8eda
Adding AGPL copyright to new files
3 years ago
Codebot
9211ad7d51
Merge branch 'next' into agpl_next
3 years ago
Andre Puschmann
70eaec21e2
all: fix uninitialized variables detected by coverity
3 years ago
Julian Lemmerich
de4a54c7b2
epc: add net_name to epc.conf help
3 years ago
Codebot
123f766935
Merge branch 'next' into agpl_next
3 years ago
Robert Falkenberg
50ac1c6c0a
cmake: flag install() of compiled targets as OPTIONAL
...
This enables `make install` for partial builds of selected targets,
which otherwise fails because the omitted targets are not present.
3 years ago
Codebot
9664aa3cf4
Merge branch 'next' into agpl_next
...
# Conflicts:
# lib/include/srsran/phy/channel/ch_awgn.h
3 years ago
Andre Puschmann
994c3127fa
epc,nas: remove logging error when UE sends service request in ECM_STATE_CONNECTED
...
this causes errors to be logged without really failing anything.
UE might send this after a reestablishment.
3 years ago
Francisco
f7efee9884
asn1: use typedefs for amf_ue_ngap_id, ran_ue_ngap_id, mme_ue_s1ap_id and enb_ue_s1ap_id and changed interface to access s1ap and ngap protocol_ies
3 years ago
Francisco Paisana
2d2a5bee03
asn1: update procotol_ie_single_container interface to use -> operator instead of .value to access container content
3 years ago
Francisco Paisana
6b181e7a94
asn1: move protocol_ie_single_container_s to asn1_utils, so it can be used by ngap, s1ap, and other layers
3 years ago
Codebot
fc3ac4d491
Merge branch 'next' into agpl_next
3 years ago
Pedro Alvarez
2d42766b2e
epc,s1ap,nas: reduce the logging level of MAC failures on identity response and authentication response
3 years ago
Andre Puschmann
f31a7d1d02
epc,nas: add handler for PDN connectivity request
...
COTS phones seem to send standalone PDN connectivity request
messages even after the initial attach was complete. We don't fully support
them in the EPC but instead of logging a warning we can just send
a reject at least to keep the logs clean.
3 years ago
Codebot
1cd26af06b
Merge branch 'next' into agpl_next
3 years ago
Alejandro Leal Conejos
f3be849d6b
Fixes coverity 339793
3 years ago
Alejandro Leal Conejos
ee0ec564ef
Fixes coverity 373333
3 years ago
Alejandro Leal Conejos
4c518b8c82
Fixes coverity 373325
3 years ago
Pedro Alvarez
b194bd8e63
Added comment and usage example to epc.conf.example to the request IMEI-SV option
3 years ago
Matan Perelman
f4adf80263
Add option to request IMEISV
3 years ago
Codebot
2cda208936
Merge branch 'next' into agpl_next
3 years ago
Pedro Alvarez
65a2b35f09
Fix not checking initialization of S11 in MME. Fixed typo.
3 years ago
Codebot
9d7836817c
Merge branch 'next' into agpl_next
...
# Conflicts:
# lib/include/srsran/common/signal_handler.h
3 years ago
Pedro Alvarez
061385cf72
Fix short MAC integrity check at MME
3 years ago
faluco
dacf40f63e
Delete move constructor and move assignment operator explictly for mac_pcap_base and s1ap_pcap classes.
...
Move emergency handlers header file into the support folder.
Refactored signal handling:
- Remove the dependency with the running static variable in the header file.
- Move implementations down to cc files.
- Allow specifying a new signal handler that will be used to stop the applications.
- Move signal handling files to support.
3 years ago
faluco
9075251627
Move the cleanup code from the signal handlers down to the new emergency handlers for the ue, epc and enb.
3 years ago
Alejandro Leal Conejos
1a64c6adad
Enum fixes so clang 12 can build the repo
3 years ago
Codebot
8c3332f894
Merge branch 'next' into agpl_next
...
# Conflicts:
# srsenb/hdr/stack/upper/pdcp_nr.h
# srsenb/hdr/stack/upper/rlc_nr.h
# srsenb/src/stack/upper/pdcp_nr.cc
# srsenb/src/stack/upper/rlc_nr.cc
3 years ago
Codebot
ecd0580b9e
Merge branch 'next' into agpl_next
3 years ago
Pedro Alvarez
9230bc3b23
Demoted GTP-C logging of recieving downlink notification ack/failure when paging is not peding from warning to info
3 years ago
Fabian Eckermann
dd8db1a929
Replaced inet_addr() with inet_pton.
3 years ago
Codebot
b87b760326
Merge branch 'next' into agpl_next
3 years ago
David Rupprecht
e8a464228d
Cleaned string helpers
3 years ago
Codebot
958542dc2b
Merge branch 'next' into agpl_next
3 years ago
David Rupprecht
bce6b5cc0f
Added kdf common
...
Use kdf functions in 5G KDF
Moved EPS KDF function to new KDF structure
3 years ago
Codebot
585e3c51c1
Merge branch 'next' into agpl_next
...
# Conflicts:
# srsenb/hdr/phy/nr/cc_worker.h
# srsenb/hdr/phy/nr/sf_worker.h
# srsenb/src/phy/nr/cc_worker.cc
# srsenb/src/phy/nr/sf_worker.cc
# test/phy/nr_phy_test.cc
3 years ago
Pedro Alvarez
1b676aa406
Moved lib GTPU to its own folder
3 years ago
Codebot
bfa1215b89
Merge branch 'next' into agpl_next
3 years ago
Andre Puschmann
3e9678d496
srsepc: send detach accept when receiving detach request for non-switchoff
3 years ago
Codebot
5fe9a14aa5
Merge branch 'next' into agpl_next
4 years ago
Andre Puschmann
acf098be92
epc,s1ap: remove use of rand()
4 years ago
Codebot
77908eed1c
Merge branch 'next' into agpl_next
4 years ago
Andre Puschmann
598594c51a
all: bunch of pass by const& changes suggested by LGTM
4 years ago
Codebot
887f1da10c
Merge branch 'next' into agpl_next
4 years ago
Codebot
aeb4a5fc9d
Merge branch 'next' into agpl_next
4 years ago
AlaiaL
5fd4f421e9
Fixes coverity 366610
4 years ago
Jan
a786d1dda0
Update security algorithms in epc.conf
...
Added EEA3 and EIA3, since they were missing from the description completely.
I also included EIA0 with a remark, since my understanding is that the epc supports it, but most UEs reject it because it must only be used for unauthenticated emergency calls.
4 years ago