Andre Puschmann
9d480b437c
fix uninitialized variables
6 years ago
yagoda
d4e72d7128
small change to eMBMS channel estimation
6 years ago
Andre Puschmann
646eb9c0e3
Merge pull request #313 from softwareradiosystems/next_mme_encryption
...
NAS MME encryption
6 years ago
Xavier Arteaga
07a68d7120
Enable UE's AGC for cell search ( #314 )
6 years ago
Andre Puschmann
8326299ec5
fix uninitialized variables
6 years ago
Andre Puschmann
15953d011e
fix possible mem leak when parsing embms cmd line input
6 years ago
Andre Puschmann
4655ad92fe
fix mem leak in radio
6 years ago
Andre Puschmann
b6bb8cb125
fix possible buffer overflow when generating PRACH sequences
6 years ago
Andre Puschmann
2590ebd10b
fix bugs reported by coverity
6 years ago
Pedro Alvarez
c4544f2ede
Send detach request correct security header in UE.
6 years ago
Pedro Alvarez
b675e1fcc9
Ciphering EMM information message. Chainging detach_request security header in the UE to integrity and ciphered to avoid malformed message.
6 years ago
Pedro Alvarez
b5d5f9f91c
Re-adding support for EIA2 in EPC.
6 years ago
Pedro Alvarez
584c190773
Merge branch 'next' into next_mme_encryption
...
Updating next_mme_encryption to the latest next.
6 years ago
Andre Puschmann
04f6569113
fix missing newline in RLC log
6 years ago
Pedro Alvarez
179aeddfa2
Added encryption of security mode command and attach accept again. Attach is working with encryption.
6 years ago
Pedro Alvarez
412b08c4bf
Fixed UL nas count increment for GUTI with known UE and Service Request. Both seem to work now.
6 years ago
Andre Puschmann
0abc7d4dbd
fix bug when stopping ringbuffer
6 years ago
Andre Puschmann
e328681343
add decode/encode when printing CB misconfig
6 years ago
Andre Puschmann
3f63663a31
add mutex to csv metrics
...
this fixes and issue when closing the csv that left
half a new line in buffer
6 years ago
Andre Puschmann
d34ecaaa5e
adding RI to DL metrics
6 years ago
Andre Puschmann
53850e5353
delete MRB bearer during PDCP destruction
6 years ago
Andre Puschmann
98780c1af5
free mem for UHD handler if no UHD device was found
6 years ago
Pedro Alvarez
997c24c099
Added config of cipher_algo and integ_algo initialization in NAS class.
6 years ago
Pedro Alvarez
5eacdd5418
Fixed compilation issues. Attach failing with COTS UE.
6 years ago
Pedro Alvarez
1141f43b9c
Fixed .clang-format to work with Fedora 29.
6 years ago
Pedro Alvarez
d7b92b8f77
Small commit to fix PDCP SN packing in liblte_s1ap
6 years ago
Pedro Alvarez
31a25067f5
Merging David Ruprecth's mme_msg_encryption branch into next. Not compiling.
6 years ago
Andre Puschmann
955f5dd37a
add mutex in pdcp entity
...
write_sdu and write_pdu are not re-entrant because all functions
that deal with the counters, e.g. integrity check and generate,
must be protected because MAC threads may call them at the same time.
this addresses issue #254
6 years ago
Andre Puschmann
bdbdef41c0
fix compiler warning in pdsch_ue
6 years ago
Andre Puschmann
db3ce8ade9
remove clang-tidy execution for srslte_upper
6 years ago
Andre Puschmann
9abb36e7ab
add basic travis.yml
6 years ago
Andre Puschmann
0e7512f349
fix RLC UM params for eMBMS
6 years ago
Andre Puschmann
59d9a78869
add eia1 tests and fix sib2 bug ( #311 )
...
* Starting to add EIA1 tests.
* Initial tests for EIA1
* Bit shifted bearer by 27. Test case 1 and 4 are passing now.
* Adding EIA test case 7.
* Making sure the test is called.
* Fixed double initialization of msg_len_bits.
6 years ago
Andre Puschmann
192fcd726e
Merge branch 'service_reject' into next
6 years ago
Andre Puschmann
d14c65b7c2
move DL EARFCN list handling before RF init and fix formating
6 years ago
Joseph Giovatto
af6de04806
added dl_earfcn_list to ue config
...
dl_earfcn_list = 2100,2200,3400
6 years ago
Andre Puschmann
b2bcfca074
add service reject handler
6 years ago
Pedro Alvarez
a5a7eb02d2
Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next
6 years ago
Andre Puschmann
652d5c5942
fix typo
6 years ago
Andre Puschmann
df7ab7ffe8
Merge branch 'master' into next
6 years ago
Pedro Alvarez
60fdc9ebe2
Small commit.
6 years ago
Pedro Alvarez
ac0aa76afc
Small print changes on NAS.
6 years ago
Pedro Alvarez
9380d56bbf
Changing prints in S1AP and SPGW.
6 years ago
Pedro Alvarez
7fd6ae4c40
Changing NAS printing.
6 years ago
Pedro Alvarez
983ba4a3ab
Strating to change prints in the HSS.
6 years ago
yagoda
94ec379f68
Small commit to test changes in prints.
6 years ago
Igor Kim
9def82d15b
add error handling on binding s1c socket ( #267 )
6 years ago
Eric Schreiber
46d41a5dc5
Remove undefined increment of an erased iterator. ( #274 )
6 years ago
David Rupprecht
a9032bb91a
Fix problems when TA timer is set to infinity
6 years ago
Andre Puschmann
22503541b1
disable clang tidy by default during build
6 years ago