Pedro Alvarez
21c34b9ce5
Changing security mode complete to use downlink nas transport
6 years ago
Pedro Alvarez
93222f582c
Changed authentication response to use downlink_nas_transport().
6 years ago
Pedro Alvarez
3073ab6822
Changed dettach request 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
8bcc8ecaeb
Starting to move initial attach request handling to nas.cc
6 years ago
Pedro Alvarez
872f7adc49
Added find imsi from TMSI helper function.
6 years ago
Pedro Alvarez
fa0c8d5995
Moved most of IMSI attach request into nas.cc.
6 years ago
Pedro Alvarez
f6b8982939
Moved most of the GUTI attach to nas.cc.
6 years ago
Pedro Alvarez
c518d3fde3
Starting to move inital UE messages to nas.cc. Breaking up attach request handling into smaller functions.
6 years ago
Pedro Alvarez
1f2e22adf4
coding style fixup.
6 years ago
Pedro Alvarez
23bd95c432
Whitespace fix.
6 years ago
Pedro Alvarez
55675eb532
Fixed bug in setting MCC and MNC in attach accept. Attach seems to be working again.
6 years ago
Ismael Gomez
aaeec591b6
Fix race condition in phy recv
6 years ago
Pedro Alvarez
1fba7f0afa
Moved function that gets NAS type string to liblte_mme.cc
6 years ago
Pedro Alvarez
127e214b07
Added function to print string of NAS message type based on the message code.
6 years ago
Pedro Alvarez
5d75b16ee9
Fixed up mistake in UE Context Release command.
6 years ago
Pedro Alvarez
7c53330bec
Fixed NAS initialization. Attach request seems to work again now.
6 years ago
Pedro Alvarez
d76053e7ec
Making sure NAS message is added to the initial context setup request.
6 years ago
Pedro Alvarez
cdc72b8164
Fix bug in packing of transport layer address
6 years ago
Pedro Alvarez
a4be55c030
Fixed bug in re-synch procedure.
6 years ago
Pedro Alvarez
4059b19b57
Coding style fixups in SP-GW.
6 years ago
Pedro Alvarez
66dc1e0700
Fixed up the initialization of NAS context in IMSI attach request.
6 years ago
Pedro Alvarez
7077530a29
Merge branch 'next' into nas_cleanup
6 years ago
Pedro Alvarez
0aed1f47a5
White space fixes.
6 years ago
Ismael Gomez
e1870963c7
Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next
6 years ago
Ismael Gomez
44dcbfc8da
Instruct PHY to measure objects instead of measId (duplicate objects)
6 years ago
Ismael Gomez
9cd725de21
Trigger measurement only for cells in MeasObj not the discovered ones
6 years ago
Andre Puschmann
f56592b0fe
add getter for PDCP ul/dl counter
6 years ago
Andre Puschmann
e2470685a5
send attach_request and detach_accept ciphered
6 years ago
Andre Puschmann
06c9a3f07f
add network initiated detach
6 years ago
Andre Puschmann
86f70011d6
print LCID in RLC AM when providing buffer report
6 years ago
Andre Puschmann
9f838dc65c
bzero DL-DCCH object before unpacking
6 years ago
Andre Puschmann
527261e35b
fix drb release
6 years ago
Andre Puschmann
32ed7d9f3a
print error when DRB couldn't be released
6 years ago
Andre Puschmann
40aef76745
fix logging when removing DRB
6 years ago
Andre Puschmann
8a869d83f2
drop PDCP SDU that do not pass integrity check
6 years ago
Andre Puschmann
716b028023
reset PDCP entities
6 years ago
Andre Puschmann
91492b87ef
add del_bearer for RLC/PDCP
6 years ago
Andre Puschmann
ededed9574
Merge pull request #247 from softwareradiosystems/detach
...
add detach support (for switch off)
6 years ago
Andre Puschmann
3b8371d090
add detach support (for switch off)
6 years ago
Xavier Arteaga
ca429d2be5
Fixed turbocoder free
6 years ago
Andre Puschmann
55edb92ac5
fix RLC AM test and account for additional header room for retx segments
6 years ago
Andre Puschmann
2ef2baf72a
increase size of buffer_pool
...
- This solves an issue where in the worst-case an RLC AM instance would
block because no new data nor control PDUs could be created to flush
the buffers, effectivly causing a system stall.
- Happens in RLC AM stress test regularly with higher drop rates.
6 years ago
Andre Puschmann
a20a8b18ad
fix rlc_stress_test, stop RLC instances and remove hard thread canceling
6 years ago
Andre Puschmann
1160dac54f
add new RLC AM test for checking correct stopping
6 years ago
Andre Puschmann
3234add1f8
use blocking pool allocate in RLC AM
6 years ago
Andre Puschmann
99964c1054
fix RLC AM issue when building segements that require N_li in header
6 years ago
Andre Puschmann
ec9b7e921a
fix RLC AM double unlock mutex
6 years ago
Andre Puschmann
dc41240106
increase UHD tx timeout to 1.0
6 years ago
Andre Puschmann
bfb9ba43b4
increase UHD recv timeout to 1.0
6 years ago