Codebot
4523ee6087
rename srsLTE to srsRAN
4 years ago
Francisco
8a9c326bcb
remove old direct uses of byte_buffer_pool
4 years ago
faluco
c18e35bc93
Upgrade loggers in srsepc ( #2167 )
...
* Started logger replacement in epc main.
* Replaced loggers in nas and s1ap.
* Replace loggers in nas statics.
* Replaced loggers in s1ap ctx mngmt.
* Replace loggers in s1ap erab mngmt.
* Replaced loggers in s1ap mngmt proc.
* Replaced loggers in s1ap nas transport.
* Replaced loggers in s1ap paging.
* Replaced loggers in mme.
* Replaced loggers in mme gtpc.
* Started removing logger injection in init functions and cleaned up argument passing to nas statics.
* Remove logger injection from mme and s1ap.
* Replaced loggers in the hss class.
* Replaced loggers in gtpc.
* Replaced loggers in GTPU and SPGW.
* Replaced loggers in MBMS.
4 years ago
Andre Puschmann
07d2bc4fe8
change license header to agnostic version with hint to root LICENSE file
4 years ago
Francisco Paisana
510959b50f
update nr asn1 files, and asn1 tests
4 years ago
Francisco Paisana
0b701022a3
added ue nr mac
5 years ago
faluco
7ff251f112
- Fixed warnings caught by Clang 9.0.0
5 years ago
Xavier Arteaga
e832769ae6
Updated copyright
5 years ago
Pedro Alvarez
bd3598f774
Moved srsEPC to the new S1AP library. Deleted liblte_s1ap.cc and liblte_s1ap.h.
5 years ago
Andre Puschmann
4b01a2e4a0
update copyright notice
6 years ago
Pedro Alvarez
6e500c5b86
Changed initilization of the NAS at the EPC, to make it easier to add new interfaces.
6 years ago
Pedro Alvarez
add60c1288
Applied clang-format to the EPC.
6 years ago
Pedro Alvarez
31a25067f5
Merging David Ruprecth's mme_msg_encryption branch into next. Not compiling.
6 years ago
David Rupprecht
e547883a8f
Wrapper functions for integrity generate
6 years ago
David Rupprecht
7eef2c1c4b
start with decryption function
6 years ago
Pedro Alvarez
860e1b5491
Changing Handling of initial UE NAS messages to use static methods. Handling of unknown GUTI attach request should be ok.
6 years ago
Pedro Alvarez
93222f582c
Changed authentication response to use downlink_nas_transport().
6 years ago
Pedro Alvarez
749e84315a
Starting to add send_downlink_nas_transport helper function.
6 years ago
Pedro Alvarez
f03967776a
Continuing to clean nas.cc
6 years ago
Pedro Alvarez
5fd337a7ad
Continue to move uplink NAS into nas.cc.
6 years ago
Pedro Alvarez
41a5788cc7
Adding nas.h
6 years ago
Pedro Alvarez
d44a3c44ca
Making sure eKSI is changed on re-synch. Re-synch on SYSMOCOM USIMs seem to work.
6 years ago
David Rupprecht
01985fbffa
private internal nas methods
7 years ago
David Rupprecht
06d4559294
Change include path absolut to project dir
7 years ago
David Rupprecht
9d71bec7b6
Unified include guards
7 years ago
Pedro Alvarez
49a830e548
Making sure TAU requests are counted.
7 years ago
Pedro Alvarez
d82c0b7f6b
Adding handling of detach request.
7 years ago
Pedro Alvarez
b73a4da8f9
Starting to add support to NAS detach request.
7 years ago
Pedro Alvarez
f4f8f746da
Merging changes from epc branch into guti_attach branch.
7 years ago
Pedro Alvarez
be84ee854a
Changing the way that ECM context is stored to keep uplink teids active when the context is release.
7 years ago
Pedro Alvarez
5488609096
Resolving conflicts from merging next. Adding the functionality of echoing the attach type.
7 years ago
Pedro Alvarez
0cb1127f93
Sending Service reject to UE as a temporary handling of service requests (Thanks to Merlin Chlosta).
7 years ago
Pedro Alvarez
d913fdd499
Adding EMM information message.
7 years ago
Pedro Alvarez
5f4613bffd
Fixing conflicts from merge.
7 years ago
Pedro Alvarez
c6e2f144d7
Merging next into guti_attach branch
7 years ago
Pedro Alvarez
c02b67b709
Sending initial context setup request on receiving service request
7 years ago
Pedro Alvarez
7ae2975de4
Starting to get M-TMSI from service request.
7 years ago
Pedro Alvarez
3f7bea1af6
Starting to integrity check GUTI attach. Integrity failing for now.
7 years ago
Pedro Alvarez
1bef5cebf6
small commit
7 years ago
Pedro Alvarez
86adc29ce8
Changing send initial context setup.
7 years ago
Pedro Alvarez
1df3f04192
Changing handle nas security mode complete.
7 years ago
Pedro Alvarez
c4b2dd5e65
Starting to add the response to the service request.
7 years ago
David Rupprecht
244b68e76b
Added authentication failure in s1ap
7 years ago
David Rupprecht
8ea2e73b63
Making hss an interface for testing
7 years ago
Pedro Alvarez
3227bc8e66
Deleting commented out and unused code.
7 years ago
Pedro Alvarez
074cf4526f
Cleaned up the handling of the Initial UE message.
7 years ago
Pedro Alvarez
0e1058c8d2
Fixing small bug at filling out GUTI.
7 years ago
Pedro Alvarez
3984e1d9db
Added NAS identity request/response.
7 years ago
Pedro Alvarez
c08b89f3e5
Continuing cleaning up. Moved a lot of functionality to nas_transport
7 years ago
Pedro Alvarez
d3e1e7d853
Continuing to cleanup. Moved initial ue message to nas_transport
7 years ago