Commit Graph

2197 Commits

Author SHA1 Message Date
Paul Sutton 20b65eeea1 Merge branch 'next' of https://github.com/softwareradiosystems/srsLTE_testers into next 2017-11-06 14:13:18 +00:00
Pedro Alvarez 25aa394086 Adding some debug code. 2017-11-04 11:13:54 +00:00
Pedro Alvarez 5b5c65435d Fixed bug in the packing of the dw nas message. UE receives the authentication request message now. 2017-11-03 14:38:34 +00:00
Pedro Alvarez 961e0fc68d Cleaning up the code 2017-11-03 11:02:30 +00:00
Paul Sutton 54b56ded4a Merge branch 'master' into next 2017-11-02 17:45:28 +00:00
Paul Sutton 935afe6ef3 Minor soapy fix 2017-11-02 17:44:56 +00:00
Pedro Alvarez 8a81149ca3 eNB Receiving Downlink NAS Transport. 2017-11-02 15:57:19 +00:00
Pedro Alvarez fae584dc91 Packed authentication request message. Code needs cleanup and testing. 2017-11-02 15:07:28 +00:00
Ismael Gomez d615dc9ec9 Added missing deallocation in RLC UM in case of too small pdu 2017-11-01 16:30:14 -07:00
Pedro Alvarez 7737acb970 Starting to fill the Attach Request message. 2017-11-01 19:14:16 +00:00
Pedro Alvarez 9c54a8b7de Initial code to generate Kasme, rand, autn and xres 2017-11-01 15:14:41 +00:00
Pedro Alvarez 470c815196 Generating RAND 2017-11-01 14:07:44 +00:00
Ismael Gomez bb2bc95247 Fix diversity tx not working for 4 ports 2017-10-31 22:46:57 -07:00
Pedro Alvarez 1a8a2f738b Starting to add SQN generation. 2017-10-31 19:34:10 +00:00
Pedro Alvarez 6c60c493e7 Hard-coded k, amf and op (for now). 2017-10-31 18:05:26 +00:00
Pedro Alvarez 3fd552c0e2 Fixed bug in printing IMSI. IMSI decoded correctly from NAS attach request. 2017-10-31 15:58:33 +00:00
Ismael Gomez 0d95159a2a Fix issue #114 2017-10-31 08:01:02 -07:00
Ismael Gomez 3a054a22b9 Remove OFDM normalization from enb_dl_init and do it before transmission 2017-10-31 07:26:49 -07:00
Ismael Gomez 6619ec9512
Merge pull request #83 from softwareradiosystems/rlc_am_poll_bug
fix bug in RLC AM where poll bit was never set
2017-10-31 07:24:11 -07:00
Ismael Gomez ce444cf7b2
Merge pull request #88 from softwareradiosystems/cw_tb_swap
Implemented 3GPP 36.212 Tables 5.3.3.1.5-1 and 5.3.3.1.5-2
2017-10-31 07:23:24 -07:00
Pedro Alvarez 81827f891b Decoding correctly the NAS Attach request message now. 2017-10-31 13:53:24 +00:00
Xavier Arteaga 98969b2011 Implemented 3GPP 36.212 Tables 5.3.3.1.5-1 and 5.3.3.1.5-2 2017-10-31 12:19:35 +01:00
Ismael Gomez 81b34afff9 Normalize srsENB OFDM tx signal (srsENB not working PDSCH before this commit until ofdm changes commit) 2017-10-30 21:49:02 -07:00
Ismael Gomez 3287042f18 Merge branch 'master' into next 2017-10-30 19:12:05 -07:00
Ismael Gomez 45d78d33fb Consider negative elapsed time values in activity monitor due to multiple PHY threads. Fixes issue #111 2017-10-30 16:44:52 -07:00
Xavier Arteaga f9e428ef68 Optimised RI/PMI calculation call 2017-10-30 14:25:03 +01:00
Ismael Gomez de937faa20 Set invalid inputs error to dlsch_decode 2017-10-29 11:02:18 -07:00
Ismael Gomez be0b832927 Implement CW swap and TB to CW mapping for TM4 2017-10-29 10:29:53 -07:00
Ismael Gomez 1d095b006a Removed unused nof_tb variable 2017-10-28 23:30:29 -07:00
Ismael Gomez cb6adba46a Merge branch 'master' into next 2017-10-28 22:28:33 -07:00
Ismael Gomez c7f7409954 Edit warning log 2017-10-28 21:07:19 -07:00
Ismael Gomez 9c04bf2848 Removed metrics period from listener 2017-10-28 16:13:17 -07:00
Ismael Gomez 3de86ca521 Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next 2017-10-28 14:33:05 -07:00
Ismael Gomez abbd2e0f85 return error on precoding error 2017-10-28 14:33:01 -07:00
Ismael Gomez 92f1ef19bc
Merge pull request #106 from ilshatDesu/patch-1
Update enb_cfg_parser.cc
2017-10-28 14:18:31 -07:00
Ismael Gomez 770490a115
Merge pull request #109 from mrlnc/pcap_write_sfn
Write SFN to MAC-LTE PCAP file
2017-10-28 14:18:01 -07:00
Xavier Arteaga 96a6d6ae9f Merge branch 'next' into enbmimo 2017-10-27 16:25:03 +02:00
Merlin Chlosta 50b196a04e Write SFN to MAC-LTE PCAP file 2017-10-27 16:18:55 +02:00
Pedro Alvarez ae18da83b2 Starting to add functions to the HSS to get K, AMF and OP. 2017-10-27 14:22:04 +01:00
Pedro Alvarez 8c28335098 Parsing IMSI should be ok. 2017-10-26 19:03:37 +01:00
Pedro Alvarez efe258fb6f Starting to get the IMSI from the attach request. 2017-10-26 18:26:47 +01:00
Xavier Arteaga 6985682ef0 Added 2nd Codeword interface in scheduler, plus pmi close loop reporting 2017-10-26 17:09:28 +02:00
Pedro Alvarez ef73254707 Added new HSS class to compute the authentication vectors. 2017-10-26 14:20:29 +01:00
Pedro Alvarez e7d6ea530f Starting to add HSS class 2017-10-26 10:32:48 +01:00
Andre Puschmann 7ba8c5b94a fix bug in RLC AM where poll bit was never set if poll_byte and poll_pdu are zero
- In case both poll_pdu and poll_byte are zero a status PDU is requested
  from the other AM entity every N data PDUs
2017-10-26 09:21:26 +02:00
Pedro Alvarez 70f3bcaeba Starting to parse NAS Attach Request message to get IMSI 2017-10-25 19:17:36 +01:00
Paul Sutton ac8cbcaaea 1-byte PDU fix for RLC AM 2017-10-25 11:18:49 +01:00
Pedro Alvarez 79c0daea91 Starting to handle Initial UE message 2017-10-24 18:08:23 +01:00
Paul Sutton bd206e94fc Merge pull request #77 from softwareradiosystems/measurementreports
Adding ASN support for RRC measurement report messages
2017-10-24 13:14:29 +01:00
Xavier Arteaga af669a6cbb Added RI reporting in enb and optimised RI computing calling time 2017-10-24 10:07:54 +02:00