Xavier Arteaga
|
f39abe0094
|
SRSENB: fix MAC pending PHY config
|
4 years ago |
Francisco Paisana
|
ca0db7fffe
|
created generic methods to apply toaddmodlist and removelists.
|
5 years ago |
Francisco Paisana
|
de4d58d8fe
|
fix coverity scan issues in master
|
5 years ago |
Xavier Arteaga
|
e832769ae6
|
Updated copyright
|
5 years ago |
Francisco Paisana
|
62609fdc11
|
fixed some logs. Also now use one single log obj for all the asn1
|
5 years ago |
Francisco Paisana
|
ac52208409
|
removed most of clang-tidy warnings, introduced logmap in asn1, fixed info object naming in s1ap and ngap for successful and unsuccessful outcomes
|
5 years ago |
Francisco Paisana
|
5ae3afd2b8
|
created cbit_ref for unpacking const buffers
|
5 years ago |
Francisco Paisana
|
ee24b59924
|
converted s1ap to new s1ap asn1 lib. Cleaned up bitstring packing/unpacking and bitstring types
|
5 years ago |
Francisco Paisana
|
61b3e6b57e
|
imported new s1ap asn1 lib
|
5 years ago |
Francisco Paisana
|
182a721329
|
fix some integer printf potential warnings
|
5 years ago |
Andre Puschmann
|
1155adf007
|
fixing printfs in asn1_utils
|
5 years ago |
Pedro Alvarez
|
6d4303cd94
|
Added option to force 32bit compilation (useful for debug). Fixed various warnings when compiling in a 32 bit arch.
|
5 years ago |
Andre Puschmann
|
0feb8d1362
|
fixing two more issues reported by lgtm in asn1 libs
|
5 years ago |
Francisco Paisana
|
d59016ae68
|
use of srslte::log* type for ASN1 logging. Initialization of the asn1 and rrc_asn1 loggers done now in both the ue and enb
|
5 years ago |
Francisco Paisana
|
d270518d69
|
updated rrc to new srsasn1 version
|
5 years ago |
Francisco Paisana
|
514b9045ca
|
added begin/end methods to asn1 arrays and fixed v2x bug
|
5 years ago |
Francisco Paisana
|
200e18ee3a
|
added diff computation for reportconfig and measid. Tests passing
|
5 years ago |
Francisco Paisana
|
1524e28c3a
|
finished the function to compute diffs between cells/measObjs of two var_meas_cfg objects. Added tests for this. Now the update of a UE's var_meas_cfg is made via a shared pointer.
|
5 years ago |
Francisco Paisana
|
b7559171b7
|
added logic to insert cells from conf file into var_meas_cfg and calculate diffs between meas_objs
|
5 years ago |
Francisco Paisana
|
e768989074
|
added a packer/unpacker for bytes. This should a faster version than normal bit_ref::pack, when we want to pack multiple bytes, and the bit_ref::offset is 0. Also added a way to skip a fixed number of bits
|
5 years ago |
Francisco Paisana
|
939c8905cb
|
now the unknown group exts are also consumed
|
5 years ago |
Francisco Paisana
|
116dc0a57b
|
fixed group extensions, removed extra presence flag for copy_ptr<T> types as it was just a source of bugs.
|
5 years ago |
Francisco Paisana
|
416f9896ec
|
fixes to include the findings from PR #550
|
5 years ago |
Francisco Paisana
|
aca1e9612d
|
revert back from max_sizeof(...) to macros
|
6 years ago |
Francisco Paisana
|
14b6a1d483
|
setter method for choice types
|
6 years ago |
Francisco Paisana
|
37d104a2c5
|
max_sizeof(...) now does a divide a conquer to reduce recursion depth
|
6 years ago |
Andre Puschmann
|
4b01a2e4a0
|
update copyright notice
|
6 years ago |
Francisco Paisana
|
dc0b903130
|
added default enum inits
|
6 years ago |
Francisco Paisana
|
ca3ea5e658
|
shortened enumerated types declarations
|
6 years ago |
Francisco Paisana
|
0204db2e12
|
new asn1 rrc library
|
6 years ago |