341 Commits (939ab9a0c8fbd416c3762cd3f090c30d19d3f11b)

Author SHA1 Message Date
Andre Puschmann 5ac08b62e9 remove usage of std::string for APN 7 years ago
Andre Puschmann ab2c1cd10f fix typos in s1ap in EPC 7 years ago
Andre Puschmann 258785e7de add log to s1ap 7 years ago
Andre Puschmann b4a23d325a cosmetic changes 7 years ago
Andre Puschmann 5ecc145f14 Merge branch 'master' into next 7 years ago
David Rupprecht 751f7f6919 Reset NAS UL counter when sending security mode command for right k_enb 7 years ago
David Rupprecht caa59e5141 Clean up key derivation and more logs 7 years ago
David Rupprecht 01985fbffa private internal nas methods 7 years ago
Ismael Gomez 208871b251 Changed liblte structs to simple structs and initialized nas/rrc uses. 7 years ago
Andre Puschmann 2309f63002
Merge pull request #163 from pily112/handle_plain_nas_message
Added auth failure and detach to plain nas message
7 years ago
Andre Puschmann 319f473363 fix remaining printf warnings 7 years ago
David Rupprecht 4932ea9dfb Added auth failure and detach to plain nas message 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
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 477eebae2f
Merge pull request #171 from softwareradiosystems/epc
Small EPC fixes
7 years ago
Pedro Alvarez 308efd4fdc Avoid overflow on M-TMSI allocation. 7 years ago
Pedro Alvarez 5f9e0adbb6 Making sure cmath is included for std::pow 7 years ago
Andre Puschmann 2227b0fb26 Merge branch 'epc' into next 7 years ago
Andre Puschmann ded550b793 remove unneeded boost includes 7 years ago
Pedro Alvarez 6184a8b6aa Fixed bug in GUTI allocation for multiple UEs. 7 years ago
Pedro Alvarez d723a806df Merge branch 'next' into epc 7 years ago
Pedro Alvarez 09ac36a618 Making sure DNS address is present in the epc.conf 7 years ago
Pedro Alvarez 49a830e548 Making sure TAU requests are counted. 7 years ago
Andre Puschmann e5534d6017
Remove leftovers from merge 7 years ago
Pedro Alvarez b1f4ee47d1 Temporally removed unhandled UE cap info. 7 years ago
Pedro Alvarez ff103dc4cd Remove debig prints 7 years ago
Pedro Alvarez cb0f7fc8c2 Changed print when service request integrity fails. 7 years ago
Pedro Alvarez ea8e7c9301 Fixed bug in GUTI attach when UE is already attached. 7 years ago
Pedro Alvarez fb1e87cf53 Fixing bug for IMSI attach of already attached user. 7 years ago
Pedro Alvarez 45a1e8425b Fix bug in dettach request from UL Nas transport 7 years ago
Pedro Alvarez 3bc2cb859c Sending ESM information request when GUTI attach passes integrity checks. 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 ba3a579a92 Regenerating k_eNB on guti attach request. 7 years ago
Pedro Alvarez 79517310d0 small fixes on identation 7 years ago
Pedro Alvarez 3d3027f0b7 Fixed GUTI attach when authentication fails. 7 years ago
Pedro Alvarez 62dc65556a Fixed GUTI attach procedure when authentication is successful. Ping works again. 7 years ago
Pedro Alvarez 51e7b3fec6 Fixed IMSI print. 7 years ago
Pedro Alvarez 2ab25f4c1b Getting rid of debug prints. 7 years ago
Pedro Alvarez acc4f925bc getting rid of boost::mutex on MME GTPc entity 7 years ago
Pedro Alvarez f4f8f746da Merging changes from epc branch into guti_attach branch. 7 years ago
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. 7 years ago
Pedro Alvarez 0f45369d44 Trying to fix service request when ECM content is present. 7 years ago
Pedro Alvarez 04d5676db0 Fixed bug to save UE ctx on the mme_ue_s1ap_id_map upon reception of the service request. Service request is now working again for the case where the UE is ECM-IDLE. 7 years ago
Pedro Alvarez d932a2ad85 Starting to add the ability to handle UE context release complete. 7 years ago
Pedro Alvarez 0da56b6a5a Fixed bug with in GUTI attach with unkown M-TMSI. 7 years ago
Pedro Alvarez a8bfa497ef Remove some commented out code. 7 years ago
Pedro Alvarez 1f3ccb9bda Fixed bug in integrity check, UE is IMSI attaching again. 7 years ago