Pedro Alvarez
|
961e0fc68d
|
Cleaning up the code
|
7 years ago |
Paul Sutton
|
54b56ded4a
|
Merge branch 'master' into next
|
7 years ago |
Paul Sutton
|
935afe6ef3
|
Minor soapy fix
|
7 years ago |
Pedro Alvarez
|
8a81149ca3
|
eNB Receiving Downlink NAS Transport.
|
7 years ago |
Pedro Alvarez
|
fae584dc91
|
Packed authentication request message. Code needs cleanup and testing.
|
7 years ago |
Ismael Gomez
|
d615dc9ec9
|
Added missing deallocation in RLC UM in case of too small pdu
|
7 years ago |
Pedro Alvarez
|
7737acb970
|
Starting to fill the Attach Request message.
|
7 years ago |
Pedro Alvarez
|
9c54a8b7de
|
Initial code to generate Kasme, rand, autn and xres
|
7 years ago |
Pedro Alvarez
|
470c815196
|
Generating RAND
|
7 years ago |
Ismael Gomez
|
bb2bc95247
|
Fix diversity tx not working for 4 ports
|
7 years ago |
Pedro Alvarez
|
1a8a2f738b
|
Starting to add SQN generation.
|
7 years ago |
Pedro Alvarez
|
6c60c493e7
|
Hard-coded k, amf and op (for now).
|
7 years ago |
Pedro Alvarez
|
3fd552c0e2
|
Fixed bug in printing IMSI. IMSI decoded correctly from NAS attach request.
|
7 years ago |
Ismael Gomez
|
0d95159a2a
|
Fix issue #114
|
7 years ago |
Ismael Gomez
|
3a054a22b9
|
Remove OFDM normalization from enb_dl_init and do it before transmission
|
7 years ago |
Ismael Gomez
|
6619ec9512
|
Merge pull request #83 from softwareradiosystems/rlc_am_poll_bug
fix bug in RLC AM where poll bit was never set
|
7 years ago |
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
|
7 years ago |
Pedro Alvarez
|
81827f891b
|
Decoding correctly the NAS Attach request message now.
|
7 years ago |
Xavier Arteaga
|
98969b2011
|
Implemented 3GPP 36.212 Tables 5.3.3.1.5-1 and 5.3.3.1.5-2
|
7 years ago |
Ismael Gomez
|
81b34afff9
|
Normalize srsENB OFDM tx signal (srsENB not working PDSCH before this commit until ofdm changes commit)
|
7 years ago |
Ismael Gomez
|
3287042f18
|
Merge branch 'master' into next
|
7 years ago |
Ismael Gomez
|
45d78d33fb
|
Consider negative elapsed time values in activity monitor due to multiple PHY threads. Fixes issue #111
|
7 years ago |
Xavier Arteaga
|
f9e428ef68
|
Optimised RI/PMI calculation call
|
7 years ago |
Ismael Gomez
|
de937faa20
|
Set invalid inputs error to dlsch_decode
|
7 years ago |
Ismael Gomez
|
be0b832927
|
Implement CW swap and TB to CW mapping for TM4
|
7 years ago |
Ismael Gomez
|
1d095b006a
|
Removed unused nof_tb variable
|
7 years ago |
Ismael Gomez
|
cb6adba46a
|
Merge branch 'master' into next
|
7 years ago |
Ismael Gomez
|
c7f7409954
|
Edit warning log
|
7 years ago |
Ismael Gomez
|
9c04bf2848
|
Removed metrics period from listener
|
7 years ago |
Ismael Gomez
|
3de86ca521
|
Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next
|
7 years ago |
Ismael Gomez
|
abbd2e0f85
|
return error on precoding error
|
7 years ago |
Ismael Gomez
|
92f1ef19bc
|
Merge pull request #106 from ilshatDesu/patch-1
Update enb_cfg_parser.cc
|
7 years ago |
Ismael Gomez
|
770490a115
|
Merge pull request #109 from mrlnc/pcap_write_sfn
Write SFN to MAC-LTE PCAP file
|
7 years ago |
Xavier Arteaga
|
96a6d6ae9f
|
Merge branch 'next' into enbmimo
|
7 years ago |
Merlin Chlosta
|
50b196a04e
|
Write SFN to MAC-LTE PCAP file
|
7 years ago |
Pedro Alvarez
|
ae18da83b2
|
Starting to add functions to the HSS to get K, AMF and OP.
|
7 years ago |
Pedro Alvarez
|
8c28335098
|
Parsing IMSI should be ok.
|
7 years ago |
Pedro Alvarez
|
efe258fb6f
|
Starting to get the IMSI from the attach request.
|
7 years ago |
Xavier Arteaga
|
6985682ef0
|
Added 2nd Codeword interface in scheduler, plus pmi close loop reporting
|
7 years ago |
Pedro Alvarez
|
ef73254707
|
Added new HSS class to compute the authentication vectors.
|
7 years ago |
Pedro Alvarez
|
e7d6ea530f
|
Starting to add HSS class
|
7 years ago |
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
|
7 years ago |
Pedro Alvarez
|
70f3bcaeba
|
Starting to parse NAS Attach Request message to get IMSI
|
7 years ago |
Paul Sutton
|
ac8cbcaaea
|
1-byte PDU fix for RLC AM
|
7 years ago |
Pedro Alvarez
|
79c0daea91
|
Starting to handle Initial UE message
|
7 years ago |
Paul Sutton
|
bd206e94fc
|
Merge pull request #77 from softwareradiosystems/measurementreports
Adding ASN support for RRC measurement report messages
|
7 years ago |
Xavier Arteaga
|
af669a6cbb
|
Added RI reporting in enb and optimised RI computing calling time
|
7 years ago |
Xavier Arteaga
|
15e75b2c65
|
Created Bit interleaver object and SSE optimised interleaver
|
7 years ago |
Ismael Gomez
|
8b10a7e695
|
Merge branch 'next' into next_testers
|
7 years ago |
Ismael Gomez
|
3cbe526cbc
|
Revert "Disable RSSI sensor by default"
This reverts commit c14393b24f .
|
7 years ago |