Commit Graph

136 Commits

Author SHA1 Message Date
Ismael Gomez 548a4ae29d RRC is_connected return and srsgui crashing if ports=0 when init 2018-03-16 11:23:37 +01:00
Ismael Gomez e845339d54 rrc.connected() return true during HO 2018-03-15 11:41:49 +01:00
Ismael Gomez 5342bb430e previous commit not compiling 2018-03-15 11:15:33 +01:00
Ismael Gomez d873eaca5c Assign same timer id after release (was not really a bug) 2018-03-15 11:14:22 +01:00
Ismael Gomez 209293104f Fix bug introduced in 33ebde5387 causing the UE to disconnect when reselecting cell 2018-03-14 18:00:26 +01:00
Ismael Gomez 155ac12193 Remove measObject properly when release (fixes not enough unique timers bug) 2018-03-14 17:35:11 +01:00
Ismael Gomez 33ebde5387 Fixed bug SIB3 loop and window_start 10s wait in disconnect 2018-03-14 09:53:48 +01:00
Ismael Gomez 6ca6919694 Handle T300 expiry to avoid blocking on RLC TM UL CCCH when ConnectionRequest fails 2018-03-11 21:47:15 -04:00
Ismael Gomez b85a220145 Fix HO not setting serving cell 2018-03-08 16:35:37 -05:00
Ismael Gomez ac95976a6b Check Cell is valid before HO. Do cell search if going back to source fails 2018-03-07 14:50:56 +01:00
Ismael Gomez bdf379ee1c Fixed roaming PLMN attach. Add out-of-sync debugging 2018-03-07 10:57:34 +01:00
Ismael Gomez c6c170e737 Do HO after correct synchronization 2018-03-07 00:40:26 +01:00
Ismael Gomez be7dc37e7c Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next 2018-03-06 22:20:46 +01:00
Ismael Gomez 13efa740e8 Changed logic in RRC/NAS/PHY for cell/plmn search to avoid stucking in IDLE 2018-03-06 22:20:38 +01:00
Andre Puschmann f5e3049f63 add check for possible buffer pool misallocation in RRC/NAS/GW 2018-03-06 14:46:50 +01:00
Ismael Gomez 5a8454f5a8 Fix for staying on PLMN search after disconnect 2018-03-06 13:44:19 +01:00
Ismael Gomez 69a2542e0f Fixed deallocating PDU in NAS too early 2018-03-06 13:30:52 +01:00
Paul Sutton 57505725e0
Merge pull request #157 from softwareradiosystems/issue_154fix
Issue 154fix
2018-03-06 12:51:02 +01:00
Ismael Gomez be959d0575 Fix several pool leaks in RRC/NAS 2018-03-06 12:46:02 +01:00
Ismael Gomez dcdb2d6449 Make sure request connection when NAS attaching 2018-03-05 16:26:51 +01:00
Ismael Gomez 8591049e92 Added mutex to ul/dl harq reset 2018-03-05 14:33:51 +01:00
Ismael Gomez 73602a8558 Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next 2018-03-05 13:07:34 +01:00
Ismael Gomez 90553e830d Fixed cell search for non-home PLMN 2018-03-05 13:07:24 +01:00
Andre Puschmann 3dddae0566 rrc: check pool buffer allocation and handle error 2018-03-04 21:53:06 +01:00
Ismael Gomez 91664ef2be Do sell reselection on IDLE by phch_recv thread instead of worker 2018-03-04 11:55:58 +01:00
Ismael Gomez fd0c8168f0 Set to Continuous RX and TX 2018-03-02 20:59:17 +01:00
Ismael Gomez 0fcb065ae8 Disabled TX continuous and sleep on cell search 2018-03-02 14:08:29 +01:00
Ismael Gomez cfaa5e9b28 Fix previous commit could not HO more than once due to not refreshing serving cell after 1st HO 2018-02-25 19:13:12 +01:00
Ismael Gomez df67735a99 Reset UL after IDLEling PHY 2018-02-25 13:08:36 +01:00
Ismael Gomez 42ece73453 Changed cell selection/reselection to avoid stopping/restarting radio. Fixed SIB message search 2018-02-24 21:33:13 +01:00
Ismael Gomez 8474c6e3aa Fixed HO to unkown cell issue 2018-02-23 13:05:02 +01:00
Ismael Gomez 42c4b97f7e Stop PDCCH RX before HO 2018-02-16 17:59:48 +01:00
Andre Puschmann b2ce6ec9a9
Merge pull request #139 from mrlnc/apn_cfg
Add APN to config and PDN connectivity request
2018-02-16 09:43:20 +01:00
Ismael Gomez 9322804ef9 Merge branch 'raa' into next 2018-02-14 21:52:19 +01:00
Ismael Gomez 90de622f6c Fixed SIB searching 2018-02-14 21:52:14 +01:00
Ismael Gomez 23e722f97a Fixed issue rsrp=0 in neighbour cell measurements 2018-02-14 19:38:53 +01:00
Ismael Gomez b54efc6d9f Added testing log info 2018-02-14 17:15:30 +01:00
Ismael Gomez 2cf6f96f24 Fixes #6 AGC 2018-02-13 15:06:22 +01:00
Ismael Gomez bf0ff783e9 Fixed Msg3 HARQ retx when HO 2018-02-12 18:24:31 +01:00
Andre Puschmann ccfb9314bc fix various coverity bugs 2018-02-11 10:59:56 +01:00
Ismael Gomez b5bda138f3 Merge branch 'next' 2018-02-09 15:37:34 +01:00
Merlin Chlosta 9484887f80 Write Identity Response to PCAP 2018-02-05 16:04:14 +01:00
Ismael Gomez 69895d2928 Do not reset rx_gain_offset when PHY reset. Added log messages to debug Measurement reports 2018-02-05 13:05:05 +01:00
Ismael Gomez c64c618194 Fix typo in previous commit and remove printf 2018-02-03 11:07:21 +01:00
Ismael Gomez a279ab47f0 Improved neighbour cell accuracy. Changed RRC to avoid segfault when neighbour cell addition 2018-02-02 19:31:22 +01:00
Ismael Gomez 45ea443377 Deallocate attach_request pdu 2018-02-01 20:48:27 +01:00
Pedro Alvarez e4b1525982 Removed AMF from USIM configuration. AMF is exctracted from the authentication request now. 2018-02-01 14:08:16 +00:00
Pedro Alvarez e5d07a4231 Starting to extract AMF value from authentication request (AUTN) in srsUE. 2018-02-01 12:54:40 +00:00
Andre Puschmann afcdf21dcc Merge branch 'next' 2018-01-31 11:09:44 +01:00
Andre Puschmann 02856704c8 more coverity fixes 2018-01-31 10:32:26 +01:00