Andre Puschmann
c8f8c16d50
make EIA and EEA algorithms configurable ( #323 )
...
this patch allows to configure the EIA and EEA algorithms
the UE uses and announces during attach. They can
be specified as a comma-separated list.
The patch also removes a dedicated NAS config class and uses
the default nas_args_t type for this. There was a full
duplication of members before.
The patch also converts nas_args_t and usim_args_t into a class
with a default constructor that initialize all booleans.
6 years ago
Francisco Paisana
43a8a8e195
checking the number of prbs available for DL requires an additional check for the prb=6 ( #322 )
6 years ago
Francisco Paisana
15abb2b020
set the correct size of the buffer for paging
6 years ago
Andre Puschmann
52dd4ca980
disable binpack parameters in clang-format
6 years ago
Andre Puschmann
86232c143e
expose RLC tx queue length through config struct
6 years ago
Andre Puschmann
84c8626808
print error when RLC bearer LCID change is not successful
6 years ago
Andre Puschmann
5dfc126a30
improve RLC logging when LCID is not valid
6 years ago
Ralf Lindstedt
5c088d75ae
Fixed check for valid cell-identity group
6 years ago
Andre Puschmann
7343453e25
fix bug in rf_imp
...
- set thread gain run variable to false by default
6 years ago
Andre Puschmann
ef544e64c2
expose RF device as paramter for pdsch_enodeb/_ue
6 years ago
Andre Puschmann
61f3a55bc5
initialize and reset avg_noise in phch_common
6 years ago
Xavier Arteaga
c782ef2aa5
Solved unitialised values in UE (up to prach) and free
6 years ago
Andre Puschmann
2e1b8240e6
fix uninitialized timeval struct in metrics_hub
...
This was causing issue in some builds done on the Ubuntu
PPA systems leading to an SIGILL when starting the UE/eNB
6 years ago
Andre Puschmann
a436baed39
fix build string for builds without valid .git folder
6 years ago
Andre Puschmann
777f5b22dc
bump version for deb packages to 18.12
6 years ago
Andre Puschmann
4b2117615d
update Debian packaging scripts
...
This commit extends and reorganizes the Debian packaging script
according to suggestions made by Ruben Undheim <ruben.undheim@gmail.com>.
6 years ago
Andre Puschmann
f64230a209
change user config file path to ~/.config/srslte
6 years ago
Andre Puschmann
77ca1d9882
load config file from user's home directory first before checking etc
6 years ago
Francisco Paisana
d22e53832b
fix sib.conf.mbsfn.example defaults
6 years ago
Francisco Paisana
96303e4d58
Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next
6 years ago
Francisco Paisana
be06f260db
fixed issues in the parsing of sibs
6 years ago
Andre Puschmann
788f283492
Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next
6 years ago
Francisco Paisana
840b9ce364
fixed octstring to_number() endianess
6 years ago
Andre Puschmann
631472760a
fix signaling of mtch_cvar in phch_common
...
fixes possible race cond when more than one worker
is waiting for this cond and only one is ever woken up
6 years ago
David Rupprecht
3d458319c9
fixed decoding of multiple s1ap plmns
6 years ago
Andre Puschmann
0b4e272318
add travis badge to readme
6 years ago
Andre Puschmann
fa00b8b04d
bump version and update changelog
6 years ago
Andre Puschmann
2792ee3b10
update readme
6 years ago
Andre Puschmann
f5b659c744
remove coverity badge from readme
6 years ago
Pedro Alvarez
c5dad67a16
Adding catch to boost program options parser.
6 years ago
Paul Sutton
fb9f746332
Adding github issues template
6 years ago
Francisco Paisana
0204db2e12
new asn1 rrc library
6 years ago
Andre Puschmann
6bea1814c9
adding RI to DL metrics
6 years ago
Andre Puschmann
332537f2ae
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
ac437fa43f
add decode/encode when printing CB misconfig
6 years ago
Andre Puschmann
505029b663
fix bug when stopping ringbuffer
6 years ago
Andre Puschmann
014b739943
fix missing newline in RLC log
6 years ago
Andre Puschmann
2702d47bc5
fix bugs reported by coverity
6 years ago
Andre Puschmann
82090eba08
fix possible buffer overflow when generating PRACH sequences
6 years ago
Andre Puschmann
46fb0a8fae
fix mem leak in radio
6 years ago
Andre Puschmann
0bc26f3b39
fix possible mem leak when parsing embms cmd line input
6 years ago
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