faluco
|
cfd3f51931
|
Import of srslog into srsepc and srsenb. (#1574)
* - Import of srslog into srsepc and srsenb.
* - Removed logger_file and logger_stdout files.
|
4 years ago |
Francisco Paisana
|
8e837e173d
|
printf has already a way to pad spaces. If we use it, we can avoid accidentally adding extra logs because we did srslte::logmap::get("MAC") instead of srslte::logmap::get("MAC ")
|
5 years ago |
Francisco Paisana
|
82cb6baef0
|
now the whole ue and enb mac uses the logmap
|
5 years ago |
Xavier Arteaga
|
e832769ae6
|
Updated copyright
|
5 years ago |
Francisco Paisana
|
32c347fbb1
|
hide logmap implementation in source file. Export symbols so they can be used by srsASN1 project
|
5 years ago |
Francisco Paisana
|
e859d622c7
|
added logref class to forbid logmap pointer invalidation. Created a test for the logref, and introduced it in the scheduler, rrc and nas
|
5 years ago |
Francisco Paisana
|
e86862611c
|
update the scheduler interfaces to accommodate the configuration of multiple carriers
|
5 years ago |
Andre Puschmann
|
bbacc35e24
|
move configuration of default logger to main
this prevents the case where a layer requests a new log_filter
before the default logger has been configured
|
5 years ago |
Francisco Paisana
|
c8cd12ac53
|
updated the test logging utils
|
5 years ago |
Francisco Paisana
|
f6ed99b71b
|
created a generic crtp class for handling singletons. I am using that class for the logmap now
|
5 years ago |
Francisco Paisana
|
ea777d92e8
|
applied new logmap class to nas
|
5 years ago |
Francisco Paisana
|
3e2de6dd3e
|
new logmap class to store globally accessible logs
|
5 years ago |