Commit Graph

524 Commits

Author SHA1 Message Date
Pedro Alvarez 7bad5a52a0 Merging handling of initial UE messages as static methods into nas cleanup. 2018-08-29 18:44:18 +01:00
Pedro Alvarez 9350e03810 Changed detach request and tracking area update request to nas.cc 2018-08-29 17:47:34 +01:00
Pedro Alvarez d2cb01ce87 Deleted old service request. 2018-08-29 14:56:55 +01:00
Pedro Alvarez a9e5b3b8e9 Changed service request to nas.cc 2018-08-29 14:52:09 +01:00
Pedro Alvarez 4313fb1e72 Making sure M-TMSI is in host order in other small bug fixes. 2018-08-28 17:28:31 +01:00
Pedro Alvarez 3337f21ffa Added handle GUTI attach from known UE again. 2018-08-28 15:29:26 +01:00
Pedro Alvarez 0d80ae795b Added IMSI attach from unknown UE as a static function. 2018-08-27 19:17:23 +01:00
Pedro Alvarez 0ddb3d39dc Moved handle_imsi_attach_request_from_unknown_ue to nas.cc in static method. Working. 2018-08-27 18:13:42 +01:00
Pedro Alvarez 860e1b5491 Changing Handling of initial UE NAS messages to use static methods. Handling of unknown GUTI attach request should be ok. 2018-08-27 16:06:18 +01:00
Pedro Alvarez 9e808ff968 Starting to handle NAS initial UE messages as static methods of the nas class. 2018-08-24 18:15:06 +01:00
Pedro Alvarez c011df5612 Changing Service request to nas.cc 2018-08-23 14:15:12 +01:00
Pedro Alvarez a46f1e4e9a Changing Tracking Area Update Request Initial Message to nas.cc 2018-08-23 12:19:17 +01:00
Pedro Alvarez e3286897ce Changed the rest of the nas handling to use send_downlink_nas_transport. 2018-08-22 16:59:40 +01:00
Pedro Alvarez f1d30c7f23 Changed handle guti_attach_from_known_ue and unknown_ue to use send_downstream_nas_message. 2018-08-22 15:00:01 +01:00
Pedro Alvarez dd725be60c Changed pack identity request. 2018-08-21 18:29:28 +01:00
Pedro Alvarez 65a5139751 Fixed mistake in downlink nas transport. Changing authication request to use downlink_nas_transport. 2018-08-21 17:51:00 +01:00
Pedro Alvarez 21c34b9ce5 Changing security mode complete to use downlink nas transport 2018-08-21 16:05:08 +01:00
Pedro Alvarez 93222f582c Changed authentication response to use downlink_nas_transport(). 2018-08-21 15:17:08 +01:00
Pedro Alvarez 3073ab6822 Changed dettach request to use downlink nas transport. 2018-08-21 14:11:28 +01:00
Pedro Alvarez 749e84315a Starting to add send_downlink_nas_transport helper function. 2018-08-21 12:57:23 +01:00
Pedro Alvarez 8bcc8ecaeb Starting to move initial attach request handling to nas.cc 2018-08-20 19:47:21 +01:00
Pedro Alvarez 872f7adc49 Added find imsi from TMSI helper function. 2018-08-20 17:59:50 +01:00
Pedro Alvarez fa0c8d5995 Moved most of IMSI attach request into nas.cc. 2018-08-20 16:48:16 +01:00
Pedro Alvarez f6b8982939 Moved most of the GUTI attach to nas.cc. 2018-08-20 15:48:23 +01:00
Pedro Alvarez c518d3fde3 Starting to move inital UE messages to nas.cc. Breaking up attach request handling into smaller functions. 2018-08-16 17:45:39 +01:00
Pedro Alvarez 1f2e22adf4 coding style fixup. 2018-08-16 12:48:37 +01:00
Pedro Alvarez 23bd95c432 Whitespace fix. 2018-08-15 18:38:06 +01:00
Pedro Alvarez 55675eb532 Fixed bug in setting MCC and MNC in attach accept. Attach seems to be working again. 2018-08-15 18:13:36 +01:00
Pedro Alvarez 1fba7f0afa Moved function that gets NAS type string to liblte_mme.cc 2018-08-14 18:42:48 +01:00
Pedro Alvarez 127e214b07 Added function to print string of NAS message type based on the message code. 2018-08-14 17:19:19 +01:00
Pedro Alvarez 5d75b16ee9 Fixed up mistake in UE Context Release command. 2018-08-14 15:38:25 +01:00
Pedro Alvarez 7c53330bec Fixed NAS initialization. Attach request seems to work again now. 2018-08-14 13:59:05 +01:00
Pedro Alvarez d76053e7ec Making sure NAS message is added to the initial context setup request. 2018-08-13 18:22:30 +01:00
Pedro Alvarez cdc72b8164 Fix bug in packing of transport layer address 2018-08-13 18:06:20 +01:00
Pedro Alvarez a4be55c030 Fixed bug in re-synch procedure. 2018-08-13 16:29:44 +01:00
Pedro Alvarez 4059b19b57 Coding style fixups in SP-GW. 2018-08-13 15:55:14 +01:00
Pedro Alvarez 66dc1e0700 Fixed up the initialization of NAS context in IMSI attach request. 2018-08-13 15:54:53 +01:00
Pedro Alvarez 7077530a29 Merge branch 'next' into nas_cleanup 2018-08-13 11:59:23 +01:00
Pedro Alvarez 0aed1f47a5 White space fixes. 2018-08-13 11:58:06 +01:00
Pedro Alvarez 4ba777c9c3 Added nas log. Fixed gen_auth_info_anwser. Authentication is working again. 2018-07-24 18:38:16 +01:00
Pedro Alvarez da840ac334 Fix un-initialized buffer pool in nas.cc 2018-07-23 18:44:19 +01:00
Pedro Alvarez 4e78d70d97 Fixing issue in pack identity request. 2018-07-23 18:25:15 +01:00
Pedro Alvarez 6615af57ee Cleaning up handle initial UE message a bit more. 2018-07-23 17:59:03 +01:00
Pedro Alvarez bd2fa4c04b Cleaning up Handle initial UE message 2018-07-23 17:46:23 +01:00
Pedro Alvarez de8679b536 Continuing to cleanup. Starting to compile again. 2018-07-23 15:30:19 +01:00
Pedro Alvarez 406d198eac Cleaning up nas.cc 2018-07-23 12:38:40 +01:00
Pedro Alvarez f03967776a Continuing to clean nas.cc 2018-07-20 19:50:46 +01:00
Pedro Alvarez 6ef3124fc9 Fixed up release ue ctx command. 2018-07-20 14:54:03 +01:00
Pedro Alvarez f350fa5ec0 Small fixes in coding style. 2018-07-19 11:15:31 +01:00
Pedro Alvarez b25c12a084 Fixing nas.cc 2018-07-18 19:25:59 +01:00
Pedro Alvarez 85672d4a3f Fixing up s1ap.cc 2018-07-18 17:25:37 +01:00
Pedro Alvarez 05a34ec8e3 Cleaning up s1ap.cc 2018-07-18 16:13:55 +01:00
Pedro Alvarez 993e986315 Changing mme_gtpc 2018-07-18 14:04:03 +01:00
Pedro Alvarez d8f1b3c88d Moved uplink nas messages to nas.cc. s1ap_nas_transport is compiling. 2018-07-17 18:33:10 +01:00
Pedro Alvarez 1bad88a432 Changing integrity functions in nas.cc 2018-07-16 19:41:27 +01:00
Pedro Alvarez 5fd337a7ad Continue to move uplink NAS into nas.cc. 2018-07-16 19:05:53 +01:00
Pedro Alvarez 40d53f8f45 Changed s1ap_ctx_mngmt_proc. Starting to address s1ap_nas_transport. 2018-07-16 16:06:27 +01:00
Pedro Alvarez e9528155b5 Changing handle initial context setup response. 2018-07-16 15:39:02 +01:00
Pedro Alvarez 4d40e9ca2d Temporarilly changing ESM state back to previous definition. 2018-07-16 15:21:03 +01:00
Pedro Alvarez c1eff4ce73 Changing pack accept 2018-07-16 14:55:36 +01:00
Pedro Alvarez 3663d59920 Starting to add s1ap_interface_gtpc and s1ap_interface_nas. Adapting send initial context setup request accordingly. 2018-07-16 13:50:12 +01:00
Pedro Alvarez fead1affaa Continue to cleanup s1ap_ctx_managment. 2018-07-13 18:53:44 +01:00
Pedro Alvarez f33fcf65bf Fixing up S1AP context management procedures to use the new class. 2018-07-13 18:31:05 +01:00
Pedro Alvarez 4c164acbc3 Moving many of the functions fron s1ap_nas_transport to it's own NAS class. 2018-07-13 17:28:20 +01:00
Pedro Alvarez 41a5788cc7 Adding nas.h 2018-07-13 15:27:38 +01:00
Pedro Alvarez 597cf18b9d Changing common/debug.h to crash_handler.h 2018-07-13 11:57:15 +01:00
Pedro Alvarez 081721751b Starting to clean up the NAS in the EPC. 2018-07-13 10:32:47 +01:00
Pedro Alvarez c3ef88e112 Fixing conflicts with next. 2018-07-12 15:43:27 +01:00
Pedro Alvarez 39c5c49189 Fixing coding style of some if statements. 2018-07-12 14:43:14 +01:00
Ismael Gomez 7d324306b3 Default RLC to UM 2018-07-11 12:56:30 +02:00
Pedro Alvarez 55a6c3d808 Changed the epc.conf to have some instructions how to configure wireshark to decode the S1AP packets from the epc.pcap file. 2018-07-10 15:54:09 +01:00
Pedro Alvarez 151efc61d5 Added s1ap_tx_pdu function. This function will record to pcap if PCAP is enabled. 2018-07-10 15:18:31 +01:00
Pedro Alvarez b89ad628e2 Added config option to enable pcap. 2018-07-10 14:23:21 +01:00
Pedro Alvarez ba5708dc60 Starting to add S1AP pcap to EPC. 2018-07-09 19:17:31 +01:00
Pedro Alvarez 304510ea31 Whitespaces fix. 2018-07-09 16:49:34 +01:00
Pedro Alvarez d00662708f Added srslte_debug_handle_crash to EPC. 2018-07-09 14:39:19 +01:00
Ismael Gomez 67d4096e9e Default RLC to UM 2018-07-07 11:43:40 +02:00
Pedro Alvarez 3d24094829 Merge branch 'next' into epc_sigpipe 2018-07-06 13:01:41 +01:00
Pedro Alvarez a74d1905b4 Fix command line parsing in mbms-gw 2018-07-06 12:23:36 +01:00
Pedro Alvarez 712a1b7639 Fix compiling bug 2018-07-06 12:13:44 +01:00
Pedro Alvarez 1dc5836365 Adding SGi-mb mask to config 2018-07-06 11:52:04 +01:00
Pedro Alvarez ec0d7b0c7b Making sure that MME updates the eNB SCTP info when it receives GUTI attach from attached user. 2018-07-04 17:07:33 +01:00
Pedro Alvarez ced47af7ba Chenging the MBMS-Gw to pass the log to the gtpu_write_header. 2018-07-03 16:58:30 +01:00
Pedro Alvarez dc3cc43e02 Changing SPGW to pass log to lib function. 2018-07-03 14:45:50 +01:00
Pedro Alvarez e2e82cc464 Removing broadcats hack. Returning to a simple TUN insterface on the MBMS-GW. 2018-06-29 11:27:12 +01:00
Pedro Alvarez badbb1de77 Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next 2018-06-28 14:08:55 +01:00
Pedro Alvarez aee66c3624 Merge branch 'ip_check' into next 2018-06-28 14:08:16 +01:00
Pedro Alvarez 66757573c1 Making sure that QCI helper comments in user_dg.csv stay when file is overwritten. 2018-06-28 12:34:38 +01:00
Pedro Alvarez 99715dc6e2 Adding check for total length as well. 2018-06-28 12:23:29 +01:00
Pedro Alvarez 1826684372 Fixing a compile issue. 2018-06-28 11:17:59 +01:00
Pedro Alvarez 3d2f7d2adf Adding some checks to IP packets at SPGW. 2018-06-28 11:00:58 +01:00
Pedro Alvarez c07de1d9e1 Remove debug print. 2018-06-27 17:46:03 +01:00
Pedro Alvarez 0a6540d8bf Saving QCI into ESM context. Different QCIs should be working now. 2018-06-27 17:45:19 +01:00
Pedro Alvarez 66db3deeb4 Starting to add Bearer QoS parameter to create session request. 2018-06-27 15:10:17 +01:00
Pedro Alvarez f9e3d3a1f7 Added mechanisms to read and write QCI from/to user_db.csv. 2018-06-26 17:39:23 +01:00
Pedro Alvarez fecdbcff4f Starting to add support to different QCI in EPC. 2018-06-26 16:42:03 +01:00
Pedro Alvarez e57797b786 Cosmetic change. 2018-06-26 12:12:35 +01:00
Pedro Alvarez b8bb270ac7 Cosmetic fix. 2018-06-26 12:08:42 +01:00
Pedro Alvarez f301bb6373 Merging next into op_vs_opc and resolving conflicts. 2018-06-26 11:36:40 +01:00
Pedro Alvarez ad1d32333b Fixing up user_db.csv comments and default values. 2018-06-25 17:59:34 +01:00