2771 Commits (9d71bec7b6cf5f8421b4c24cb4d6ada925b91dca)
 

Author SHA1 Message Date
David Rupprecht 9d71bec7b6 Unified include guards 7 years ago
Andre Puschmann 2351ced98b adding very brief changelog for 18.03 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 047f09062b Merge branch 'master' into next 7 years ago
Andre Puschmann 9b689d479f bumping version number to 18.03 7 years ago
Andre Puschmann 2cf5acf9c8 set valgrind options correctly
this avoid an ugly valgrind error after executing long sequences
of simd code

see: https://www.bountysource.com/issues/41603953-temporary-storage-exhausted-when-long-sequence-of-vfmadd231ps-instructions-to-be-executed
7 years ago
Andre Puschmann 3db9ddcd36 remove various debug prints 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 9c006e4585 remove boost system dependency 7 years ago
Pedro Alvarez 0b0399d6cf Merge branch 'next' into epc 7 years ago
Andre Puschmann ded550b793 remove unneeded boost includes 7 years ago
Andre Puschmann 08212a6b13 fix compile warning due to missing async thread 7 years ago
Pedro Alvarez 6184a8b6aa Fixed bug in GUTI allocation for multiple UEs. 7 years ago
Andre Puschmann 6063888cc5 protect memcpy's in rx sdu reassembly with boundary checks 7 years ago
Andre Puschmann fffda82f1e increase size of bytebuffer to compensate header, add helper to get remaining size 7 years ago
Andre Puschmann bf25a5a05c fix handling of log vector in eNB 7 years ago
Andre Puschmann b50672b0ef fix non-returning function warning 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
Paul Sutton 7c0ffaf768
Merge pull request #170 from softwareradiosystems/epc
Better handling of service request and GUTI attach procedures
7 years ago
Andre Puschmann 5220c563ae
Merge pull request #158 from eschreiber-alink/s1ap_message_initialcontextsetupresponse_struct_initialization
LIBLTE_S1AP_MESSAGE_INITIALCONTEXTSETUPRESPONSE_STRUCT initialization fix
7 years ago
Pedro Alvarez ef50a6760a
Merge branch 'next' into epc 7 years ago
Pedro Alvarez dee73becd7 Fixed conflict in unhandled initial ue message. 7 years ago
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.
7 years ago
Andre Puschmann e5534d6017
Remove leftovers from merge 7 years ago
Andre Puschmann 902feeda28 fix printf in s1ap 7 years ago
Andre Puschmann 4ad02545b3 fix printing issue in UM 7 years ago
Andre Puschmann 0435e996f3 print PUSCH payload as hex 7 years ago
Pedro Alvarez b1f4ee47d1 Temporally removed unhandled UE cap info. 7 years ago
Pedro Alvarez 6e4720771f Merge branch 'next' into epc 7 years ago
Pedro Alvarez 57220bd6a8 Fixed compiler warnings. 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 a3ecad1759 Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next 7 years ago
Ismael Gomez fa4d14652d Added mutex for ue_rem/buffer access for more safety 7 years ago