Commit Graph

2937 Commits

Author SHA1 Message Date
Andre Puschmann 4ea5fe6509 Merge branch 'next' into rlc_updates 2018-03-29 20:59:08 +02:00
Andre Puschmann 2351ced98b adding very brief changelog for 18.03 2018-03-29 17:30:52 +02:00
Andre Puschmann ff85e8b77f fixing remaining printf formating issues 2018-03-29 17:23:55 +02:00
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.
2018-03-29 16:59:19 +02:00
Andre Puschmann 047f09062b Merge branch 'master' into next 2018-03-29 16:53:57 +02:00
Andre Puschmann 9b689d479f bumping version number to 18.03 2018-03-29 16:47:10 +02:00
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
2018-03-29 14:48:35 +02:00
Andre Puschmann 3db9ddcd36 remove various debug prints 2018-03-29 13:44:42 +02:00
Andre Puschmann 477eebae2f
Merge pull request #171 from softwareradiosystems/epc
Small EPC fixes
2018-03-29 13:41:15 +02:00
Pedro Alvarez 308efd4fdc Avoid overflow on M-TMSI allocation. 2018-03-29 12:02:16 +01:00
Pedro Alvarez 5f9e0adbb6 Making sure cmath is included for std::pow 2018-03-29 11:47:01 +01:00
Andre Puschmann 2227b0fb26 Merge branch 'epc' into next 2018-03-29 12:12:59 +02:00
Andre Puschmann 9c006e4585 remove boost system dependency 2018-03-29 12:12:15 +02:00
Pedro Alvarez 0b0399d6cf Merge branch 'next' into epc 2018-03-29 10:22:28 +01:00
Andre Puschmann ded550b793 remove unneeded boost includes 2018-03-29 10:28:36 +02:00
Andre Puschmann 08212a6b13 fix compile warning due to missing async thread 2018-03-29 10:27:19 +02:00
Pedro Alvarez 6184a8b6aa Fixed bug in GUTI allocation for multiple UEs. 2018-03-28 18:17:34 +01:00
Andre Puschmann f3482445b5 add RLC AM data header parsing test 2018-03-28 17:10:56 +02:00
Andre Puschmann 4b90852170 add RLC AM FI field helpers 2018-03-28 17:07:10 +02:00
Andre Puschmann c93ea1dd10 Merge branch 'next' into rlc_updates 2018-03-28 17:00:17 +02:00
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
Andre Puschmann 619a653d4e add another RLC AM resegment test 2018-03-28 16:06:28 +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 a16aa291e3 protect memcpy's in rx sdu reassembly with boundary checks 2018-03-28 10:45:59 +02:00
Andre Puschmann 5fe09666d7 add new RLC AM test for retransmitted PDU segments 2018-03-28 10:45:59 +02:00
Andre Puschmann 20fa7b947d expos various params of stress tester and add pcap functionality 2018-03-28 10:45:59 +02:00
Andre Puschmann e7c74fa0f7 add simple RLC PCAP writer 2018-03-28 10:45:59 +02:00
Andre Puschmann 7993385742 increase size of bytebuffer to compensate header, add helper to get remaining size 2018-03-28 10:45:59 +02: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