Commit Graph

2811 Commits

Author SHA1 Message Date
Andre Puschmann 6063888cc5 protect memcpy's in rx sdu reassembly with boundary checks 2018-03-28 16:50:59 +02:00
Andre Puschmann fffda82f1e increase size of bytebuffer to compensate header, add helper to get remaining size 2018-03-28 16:50:11 +02:00
Andre Puschmann bf25a5a05c fix handling of log vector in eNB 2018-03-28 16:46:40 +02:00
Andre Puschmann b50672b0ef fix non-returning function warning 2018-03-28 16:41:10 +02:00
Pedro Alvarez d723a806df Merge branch 'next' into epc 2018-03-28 12:25:06 +01:00
Pedro Alvarez 09ac36a618 Making sure DNS address is present in the epc.conf 2018-03-28 12:01:15 +01:00
Pedro Alvarez 49a830e548 Making sure TAU requests are counted. 2018-03-28 11:02:41 +01:00
Paul Sutton 7c0ffaf768
Merge pull request #170 from softwareradiosystems/epc
Better handling of service request and GUTI attach procedures
2018-03-28 10:31:20 +01:00
Andre Puschmann 5220c563ae
Merge pull request #158 from eschreiber-alink/s1ap_message_initialcontextsetupresponse_struct_initialization
LIBLTE_S1AP_MESSAGE_INITIALCONTEXTSETUPRESPONSE_STRUCT initialization fix
2018-03-28 10:19:07 +02:00
Pedro Alvarez ef50a6760a
Merge branch 'next' into epc 2018-03-27 17:34:35 +01:00
Pedro Alvarez dee73becd7 Fixed conflict in unhandled initial ue message. 2018-03-27 11:09:38 +01:00
Eric Schreiber 0ac766658a Initialize the E_RABFailedToSetupListCtxtSURes_present and CriticalityDiagnostics_present members of the LIBLTE_S1AP_MESSAGE_INITIALCONTEXTSETUPRESPONSE_STRUCT to false
to prevent "[S1AP] [E] Failed to send InitialContextSetupResponse" errors. When these members are set to false the liblte_s1ap_pack_initialcontextsetupresponse
routine ignores the corresponding (uninitialized) structures when serializing the response pdu.
2018-03-26 17:21:07 -04:00
Andre Puschmann e5534d6017
Remove leftovers from merge 2018-03-26 21:11:39 +02:00
Andre Puschmann 902feeda28 fix printf in s1ap 2018-03-26 13:13:47 +02:00
Andre Puschmann 4ad02545b3 fix printing issue in UM 2018-03-26 13:10:38 +02:00
Andre Puschmann 0435e996f3 print PUSCH payload as hex 2018-03-26 13:09:48 +02:00
Pedro Alvarez b1f4ee47d1 Temporally removed unhandled UE cap info. 2018-03-26 11:58:35 +01:00
Pedro Alvarez 6e4720771f Merge branch 'next' into epc 2018-03-26 11:26:40 +01:00
Pedro Alvarez 57220bd6a8 Fixed compiler warnings. 2018-03-26 11:25:13 +01:00
Pedro Alvarez ff103dc4cd Remove debig prints 2018-03-26 11:01:28 +01:00
Pedro Alvarez cb0f7fc8c2 Changed print when service request integrity fails. 2018-03-24 16:36:13 +00:00
Pedro Alvarez ea8e7c9301 Fixed bug in GUTI attach when UE is already attached. 2018-03-24 16:31:29 +00:00
Pedro Alvarez fb1e87cf53 Fixing bug for IMSI attach of already attached user. 2018-03-24 14:59:22 +00:00
Pedro Alvarez 45a1e8425b Fix bug in dettach request from UL Nas transport 2018-03-23 17:15:27 +00:00
Pedro Alvarez 3bc2cb859c Sending ESM information request when GUTI attach passes integrity checks. 2018-03-23 16:50:41 +00:00
Pedro Alvarez d82c0b7f6b Adding handling of detach request. 2018-03-22 22:42:31 +00:00
Pedro Alvarez b73a4da8f9 Starting to add support to NAS detach request. 2018-03-22 18:54:06 +00:00
Pedro Alvarez ba3a579a92 Regenerating k_eNB on guti attach request. 2018-03-22 17:04:40 +00:00
Pedro Alvarez 79517310d0 small fixes on identation 2018-03-22 14:22:04 +00:00
Pedro Alvarez 3d3027f0b7 Fixed GUTI attach when authentication fails. 2018-03-22 14:12:48 +00:00
Ismael Gomez 0d099a132b Reconnection from paging and IDLE working. Reselecting cell when turning off working 2018-03-22 11:47:30 +01:00
Pedro Alvarez 62dc65556a Fixed GUTI attach procedure when authentication is successful. Ping works again. 2018-03-21 18:45:23 +00:00
Ismael Gomez cc28aebced Fixed SIB procedure 2018-03-21 19:22:37 +01:00
Pedro Alvarez a3ecad1759 Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next 2018-03-21 12:33:55 +00:00
Ismael Gomez fa4d14652d Added mutex for ue_rem/buffer access for more safety 2018-03-21 13:32:19 +01:00
Pedro Alvarez e123d447ff Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next 2018-03-21 12:16:30 +00:00
Pedro Alvarez 51e7b3fec6 Fixed IMSI print. 2018-03-21 12:14:11 +00:00
Ismael Gomez 45cae1d1ab Fix srsENB DL TCP stalling 2018-03-21 13:10:13 +01:00
Ismael Gomez f4243656c9 Check integrity_generate msg_size parameter 2018-03-21 11:47:30 +01:00
Ismael Gomez 2d9c101027 Check all DRB config parameters 2018-03-21 11:42:37 +01:00
Ismael Gomez b3be54b274 Attach and paging ok. Reselection on IDLE not working 2018-03-21 10:46:24 +01:00
Pedro Alvarez c8dafa5410 Merging next into guti attach branch 2018-03-20 17:33:59 +00:00
Pedro Alvarez 1dd87e5113 Getting rid of boost::mutext on enb singleton class 2018-03-20 16:53:11 +00:00
Pedro Alvarez 2ab25f4c1b Getting rid of debug prints. 2018-03-20 16:35:35 +00:00
Pedro Alvarez acc4f925bc getting rid of boost::mutex on MME GTPc entity 2018-03-20 16:35:01 +00:00
Pedro Alvarez f4f8f746da Merging changes from epc branch into guti_attach branch. 2018-03-20 16:10:36 +00:00
Pedro Alvarez 50aeda2009 Fixed bug in SPGW when replacing an existing eNB S1-U TEID. Service request seems to be working for the cases of ECM idle and ECM connected. 2018-03-20 14:52:34 +00:00
Ismael Gomez 2c3386a486 Updated missing changes 2018-03-20 15:09:32 +01:00
Ismael Gomez 28e12dbf7d Merge branch 'next' into sync_states 2018-03-20 14:36:31 +01:00
Paul Sutton daf0a11345 Fix for RRC Connection Reject wait time pack/unpack 2018-03-20 12:47:00 +00:00