Andre Puschmann
|
3b70c70eee
|
add DNS option parsing
|
7 years ago |
Andre Puschmann
|
3fe6dad323
|
adding hard SIM card support using PCSC
|
7 years ago |
Andre Puschmann
|
563bf6cde5
|
extend log in GW
|
7 years ago |
Ismael Gomez
|
4515dd94ea
|
Use blocking queue for RRC measurement fixes #193
|
7 years ago |
Ismael Gomez
|
abea371180
|
RLF on separate thread to avoid blocking in RLC AM RLF
|
7 years ago |
Ismael Gomez
|
352ce4ce04
|
Disable Reest testing
|
7 years ago |
Ismael Gomez
|
b2f2ce69f2
|
Check existence of SIB3 in cell selection criteria
|
7 years ago |
Ismael Gomez
|
f3f4528a2f
|
Testing commit to force a Reestablishment 1s after CONNECT
|
7 years ago |
Ismael Gomez
|
7e77329aa3
|
Reestablishment uses serving cell PCI instead of current cell PCI
|
7 years ago |
Andre Puschmann
|
5c7cf5594a
|
fix log msgs in usim
|
7 years ago |
Ismael Gomez
|
240f95530a
|
Select cell in cell_selection() if serving->in_sync but not camping
|
7 years ago |
Ismael Gomez
|
aa1724b8f3
|
Add missing-field-initializers flag and properly initialize structs
|
7 years ago |
Ismael Gomez
|
68cbb6ca7f
|
Do not lock on ConnectionReconfiguration
|
7 years ago |
Ismael Gomez
|
785298e4c5
|
Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next
|
7 years ago |
Ismael Gomez
|
7c210c3fc2
|
Deallocate measurement timers on RLF. Force cell reselection during attach request from gw after RLF
|
7 years ago |
Andre Puschmann
|
8df9f46e13
|
fix NAS and NAS test
|
7 years ago |
Ismael Gomez
|
06db4e2a87
|
Start PCCH Only when switching cell in IDLE mode
|
7 years ago |
Ismael Gomez
|
28dc194e2f
|
Fix UE blocking on Reestablishment when Overflow
|
7 years ago |
Ismael Gomez
|
208871b251
|
Changed liblte structs to simple structs and initialized nas/rrc uses.
|
7 years ago |
Ismael Gomez
|
ab78eb6d58
|
Process BCCH from pdu_process thread. Process PCCH from new thread in RRC
|
7 years ago |
Ismael Gomez
|
5b7b176ac7
|
Fixed HO with new PRACH
|
7 years ago |
Ismael Gomez
|
97546d92a5
|
Continue if SIB>2 is not received
|
7 years ago |
Ismael Gomez
|
ff1269add3
|
HO working
|
7 years ago |
Ismael Gomez
|
edd9cbf4dc
|
Merge branch 'next' into sync_states
|
7 years ago |
David Rupprecht
|
06d4559294
|
Change include path absolut to project dir
|
7 years ago |
Andre Puschmann
|
ff85e8b77f
|
fixing remaining printf formating issues
|
7 years ago |
Joseph Giovatto
|
49da57c8a1
|
Changed log methods to take string literal vs string object
to allow for format checking and save on object copy.
Fixed log format specifier warnings.
|
7 years ago |
Andre Puschmann
|
b50672b0ef
|
fix non-returning function warning
|
7 years ago |
Ismael Gomez
|
0d099a132b
|
Reconnection from paging and IDLE working. Reselecting cell when turning off working
|
7 years ago |
Ismael Gomez
|
cc28aebced
|
Fixed SIB procedure
|
7 years ago |
Ismael Gomez
|
f4243656c9
|
Check integrity_generate msg_size parameter
|
7 years ago |
Ismael Gomez
|
b3be54b274
|
Attach and paging ok. Reselection on IDLE not working
|
7 years ago |
Ismael Gomez
|
f88f465c97
|
Refactored NAS/RRC/PHY cell_search/selection procedures
|
7 years ago |
Ismael Gomez
|
548a4ae29d
|
RRC is_connected return and srsgui crashing if ports=0 when init
|
7 years ago |
Ismael Gomez
|
e845339d54
|
rrc.connected() return true during HO
|
7 years ago |
Ismael Gomez
|
5342bb430e
|
previous commit not compiling
|
7 years ago |
Ismael Gomez
|
d873eaca5c
|
Assign same timer id after release (was not really a bug)
|
7 years ago |
Ismael Gomez
|
209293104f
|
Fix bug introduced in 33ebde5387 causing the UE to disconnect when reselecting cell
|
7 years ago |
Ismael Gomez
|
155ac12193
|
Remove measObject properly when release (fixes not enough unique timers bug)
|
7 years ago |
Ismael Gomez
|
33ebde5387
|
Fixed bug SIB3 loop and window_start 10s wait in disconnect
|
7 years ago |
Ismael Gomez
|
6ca6919694
|
Handle T300 expiry to avoid blocking on RLC TM UL CCCH when ConnectionRequest fails
|
7 years ago |
Ismael Gomez
|
b85a220145
|
Fix HO not setting serving cell
|
7 years ago |
Ismael Gomez
|
ac95976a6b
|
Check Cell is valid before HO. Do cell search if going back to source fails
|
7 years ago |
Ismael Gomez
|
bdf379ee1c
|
Fixed roaming PLMN attach. Add out-of-sync debugging
|
7 years ago |
Ismael Gomez
|
c6c170e737
|
Do HO after correct synchronization
|
7 years ago |
Ismael Gomez
|
be7dc37e7c
|
Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next
|
7 years ago |
Ismael Gomez
|
13efa740e8
|
Changed logic in RRC/NAS/PHY for cell/plmn search to avoid stucking in IDLE
|
7 years ago |
Andre Puschmann
|
f5e3049f63
|
add check for possible buffer pool misallocation in RRC/NAS/GW
|
7 years ago |
Ismael Gomez
|
5a8454f5a8
|
Fix for staying on PLMN search after disconnect
|
7 years ago |
Ismael Gomez
|
69a2542e0f
|
Fixed deallocating PDU in NAS too early
|
7 years ago |
Paul Sutton
|
57505725e0
|
Merge pull request #157 from softwareradiosystems/issue_154fix
Issue 154fix
|
7 years ago |
Ismael Gomez
|
be959d0575
|
Fix several pool leaks in RRC/NAS
|
7 years ago |
Ismael Gomez
|
dcdb2d6449
|
Make sure request connection when NAS attaching
|
7 years ago |
Ismael Gomez
|
8591049e92
|
Added mutex to ul/dl harq reset
|
7 years ago |
Ismael Gomez
|
73602a8558
|
Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next
|
7 years ago |
Ismael Gomez
|
90553e830d
|
Fixed cell search for non-home PLMN
|
7 years ago |
Andre Puschmann
|
3dddae0566
|
rrc: check pool buffer allocation and handle error
|
7 years ago |
Ismael Gomez
|
91664ef2be
|
Do sell reselection on IDLE by phch_recv thread instead of worker
|
7 years ago |
Ismael Gomez
|
fd0c8168f0
|
Set to Continuous RX and TX
|
7 years ago |
Ismael Gomez
|
0fcb065ae8
|
Disabled TX continuous and sleep on cell search
|
7 years ago |
Ismael Gomez
|
cfaa5e9b28
|
Fix previous commit could not HO more than once due to not refreshing serving cell after 1st HO
|
7 years ago |
Ismael Gomez
|
df67735a99
|
Reset UL after IDLEling PHY
|
7 years ago |
Ismael Gomez
|
42ece73453
|
Changed cell selection/reselection to avoid stopping/restarting radio. Fixed SIB message search
|
7 years ago |
Ismael Gomez
|
8474c6e3aa
|
Fixed HO to unkown cell issue
|
7 years ago |
Ismael Gomez
|
42c4b97f7e
|
Stop PDCCH RX before HO
|
7 years ago |
Andre Puschmann
|
b2ce6ec9a9
|
Merge pull request #139 from mrlnc/apn_cfg
Add APN to config and PDN connectivity request
|
7 years ago |
Ismael Gomez
|
9322804ef9
|
Merge branch 'raa' into next
|
7 years ago |
Ismael Gomez
|
90de622f6c
|
Fixed SIB searching
|
7 years ago |
Ismael Gomez
|
23e722f97a
|
Fixed issue rsrp=0 in neighbour cell measurements
|
7 years ago |
Ismael Gomez
|
b54efc6d9f
|
Added testing log info
|
7 years ago |
Ismael Gomez
|
2cf6f96f24
|
Fixes #6 AGC
|
7 years ago |
Ismael Gomez
|
bf0ff783e9
|
Fixed Msg3 HARQ retx when HO
|
7 years ago |
Andre Puschmann
|
ccfb9314bc
|
fix various coverity bugs
|
7 years ago |
Ismael Gomez
|
b5bda138f3
|
Merge branch 'next'
|
7 years ago |
Merlin Chlosta
|
9484887f80
|
Write Identity Response to PCAP
|
7 years ago |
Ismael Gomez
|
69895d2928
|
Do not reset rx_gain_offset when PHY reset. Added log messages to debug Measurement reports
|
7 years ago |
Ismael Gomez
|
c64c618194
|
Fix typo in previous commit and remove printf
|
7 years ago |
Ismael Gomez
|
a279ab47f0
|
Improved neighbour cell accuracy. Changed RRC to avoid segfault when neighbour cell addition
|
7 years ago |
Ismael Gomez
|
45ea443377
|
Deallocate attach_request pdu
|
7 years ago |
Pedro Alvarez
|
e4b1525982
|
Removed AMF from USIM configuration. AMF is exctracted from the authentication request now.
|
7 years ago |
Pedro Alvarez
|
e5d07a4231
|
Starting to extract AMF value from authentication request (AUTN) in srsUE.
|
7 years ago |
Andre Puschmann
|
afcdf21dcc
|
Merge branch 'next'
|
7 years ago |
Andre Puschmann
|
02856704c8
|
more coverity fixes
|
7 years ago |
Andre Puschmann
|
f3b1fe0f1a
|
update for null-termination of strings fix
|
7 years ago |
Andre Puschmann
|
c8f9a7785a
|
fix null-termination of strings
|
7 years ago |
Ismael Gomez
|
7d633951a9
|
Improved srsUE stability when loosing signal and restoring it
|
7 years ago |
Merlin Chlosta
|
8d1767c642
|
Fix bug in random UE ID generation
|
7 years ago |
Merlin Chlosta
|
fcedeb0278
|
Add APN to config and PDN connectivity request
|
7 years ago |
Andre Puschmann
|
892ff2c36a
|
add configuration for GW
|
7 years ago |
Andre Puschmann
|
74138071db
|
move radio bearer definition to RRC
|
7 years ago |
Ismael Gomez
|
fba900f63c
|
Merge branch 'mob_crypto_mimo' into next
|
7 years ago |
Ismael Gomez
|
f3ee6c0009
|
Minor logging changes
|
7 years ago |
Ismael Gomez
|
4c2b6fbd29
|
Added check for serving PCI target HO
|
7 years ago |
Andre Puschmann
|
0641fee20b
|
nas: fix IMSI print
|
7 years ago |
Andre Puschmann
|
3705baddc3
|
nas: initialize ctxt variable and only check ksi if ctxt is present
|
7 years ago |
Ismael Gomez
|
b0a2fa3b0b
|
Merge branch 'enbmimo' into mob_crypto_mimo
|
7 years ago |
Ismael Gomez
|
48dfc08fa3
|
Fixed SIC for PSS using channel estimates, added option to disable it (not usable on synchronous same-site cells). Use PSS CE in SSS decoding
|
7 years ago |
Ismael Gomez
|
cfb059f0c2
|
Restart rx_counter for SRB in PDCP when restablishing
|
7 years ago |
Ismael Gomez
|
5c31800ccb
|
Fixed HO with ciphering
|
7 years ago |
Ismael Gomez
|
997a22a1c6
|
Disabled test Restablishment
|
7 years ago |
Ismael Gomez
|
c1e7666215
|
Merge branch 'mobility' into mobility_crypto
|
7 years ago |
Ismael Gomez
|
c816be525e
|
Testing Reestablishment
|
7 years ago |
Ismael Gomez
|
9a255b477a
|
Merge branch 'crypto' into mobility_crypto
|
7 years ago |
Paul Sutton
|
1a323770c9
|
Added support for AS ciphering
|
7 years ago |
Ismael Gomez
|
8f39a622fe
|
Added cancelation of self interference of PSS and SSS signals
|
7 years ago |
Ismael Gomez
|
c69d4a37e8
|
Implemented proper cell reselection. Tested reestablishment from one cell to another.
|
7 years ago |
Ismael Gomez
|
c0e79477b5
|
Fixed cell reselection when radio-link failure
|
7 years ago |
Paul Sutton
|
516fdc27f1
|
Fix for NAS security bearer id, added encryption test sets, fix for compile warning
|
7 years ago |
Ismael Gomez
|
6b264732d2
|
Disabled subframe average
|
7 years ago |
Ismael Gomez
|
f1c6bcd252
|
Merge branch 'next' into mobility
|
7 years ago |
Paul Sutton
|
84724d2ab1
|
NAS-plane encryption working (thanks to David Rupprecht)
|
7 years ago |
Paul Sutton
|
5292137b3a
|
Adding APN info to log output
|
7 years ago |
Paul Sutton
|
d34ce74419
|
NAS security context file tidy-up, usim_test minor edit
|
7 years ago |
Ismael Gomez
|
3a0ab02264
|
S1/X2 handover tested and working
|
7 years ago |
Ismael Gomez
|
8447c965e3
|
Fixing RSRP measurements
|
7 years ago |
Paul Sutton
|
a604cfb99b
|
Fix for RRC reconnection
|
7 years ago |
Paul Sutton
|
5b46174b5b
|
Adding RRC logic to receive all SIBs
|
7 years ago |
Ismael Gomez
|
d428760b20
|
Merge branch 'next' into mobility
|
7 years ago |
Ismael Gomez
|
408545dab8
|
X2 (constant NCC) working
|
7 years ago |
Paul Sutton
|
4877c7ab07
|
Adding support for GUTI attach
|
7 years ago |
Ismael Gomez
|
0093497752
|
Merge pull request #106 from softwareradiosystems/power
Power
|
7 years ago |
Xavier Arteaga
|
4ecd73c984
|
Added power allocation p_a in UE
|
7 years ago |
Ismael Gomez
|
12d8b373c7
|
srsUE takes and reports intra-frequency measurements correctly
|
7 years ago |
Ismael Gomez
|
c6e947e7ca
|
Enable S-TMSI attach
|
7 years ago |
Xavier Arteaga
|
d041431c13
|
Merge branch 'reporting' into enbmimo
|
7 years ago |
Ismael Gomez
|
e5f78b1620
|
Print error to console if security/integrity not supported
|
7 years ago |
Ismael Gomez
|
9cf95f5c32
|
Attempt to reset timer regardless of N310
|
7 years ago |
Xavier Arteaga
|
96a6d6ae9f
|
Merge branch 'next' into enbmimo
|
7 years ago |
Ismael Gomez
|
05d6a1c829
|
added option to configure netmask (rules out previous commit)
|
7 years ago |
Ismael Gomez
|
f1ec1b2f3c
|
disable attempt to resync after N310 (too soon if N310 is low)
|
7 years ago |
Paul Sutton
|
b8d5b5b6a9
|
count_dl fix
|
7 years ago |
Ismael Gomez
|
177f36fc8c
|
Improved cell reestablishment procedure timers (still not working the authentication)
|
7 years ago |
Ismael Gomez
|
4fe2904939
|
Removed unnecessary T311 timer start
|
7 years ago |
Andre Puschmann
|
f5bc1049dc
|
don't use log if USIM isn't initialized
|
7 years ago |
Xavier Arteaga
|
21355de77e
|
Added TM3 (1 layer only) eNB support at RRC
|
7 years ago |
Ismael Gomez
|
e4529b943b
|
Extened to all US MCC codes
|
7 years ago |
Ismael Gomez
|
1c677f7183
|
Read Home PLMN from IMSI
|
7 years ago |
Ismael Gomez
|
2159ad3280
|
Added support for roaming PLMN
|
7 years ago |
Ismael Gomez
|
404971703c
|
PLMN update only on PLMN search state
|
7 years ago |
Ismael Gomez
|
92144ce15d
|
Revert "Handle RRC ConnectionReject at eNodeB and UE"
This reverts commit b6f905e2df .
|
7 years ago |
Ismael Gomez
|
b6f905e2df
|
Handle RRC ConnectionReject at eNodeB and UE
|
7 years ago |
Ismael Gomez
|
bb9ff5fcc5
|
UE to recover from an sporadic loss of synchronization due to USRP overflow
|
7 years ago |
Ismael Gomez
|
6556941e6d
|
simplified MAC timers. Unified mac and upper timers in same background task
|
7 years ago |
Ismael Gomez
|
4a86967530
|
Improved stability after radio link failure and radio transport error
|
7 years ago |
Ismael Gomez
|
68b1782c86
|
Fixed Paging and reattachment in new state machine. Moved GW to srsue
|
7 years ago |
Ismael Gomez
|
826667361e
|
Reduced chances of uhd demuxer error. Reset device when it occurs
|
7 years ago |
Ismael Gomez
|
f1bacd009a
|
Reduced time to sync to cell
|
7 years ago |
Ismael Gomez
|
9ae21dfd5d
|
reattaching cells with different IDs and PRB
|
7 years ago |
Ismael Gomez
|
82a90fe4f1
|
Merge branch 'next' into mobility
|
7 years ago |
Ismael Gomez
|
a51b6b09dd
|
Merged with next. Attach successful
|
7 years ago |