This website works better with JavaScript.
Explore
Help
Sign In
5g-team
/
srsRAN_4G
mirror of
https://github.com/pvnis/srsRAN_4G.git
Watch
2
Star
0
Fork
You've already forked srsRAN_4G
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
83d13cf20f
fix-cqi
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '83d13cf20f'
${ noResults }
srsRAN_4G
/
lib
/
include
/
srslte
/
srslog
/
bundled
/
fmt
/
posix.h
3 lines
75 B
C
Raw
Normal View
History
Unescape
Escape
Import srslog into srsue (#1556) - Import the srslog project into srslte. - Ported srsue app to use the new logging framework. - Implemented a wrapper that dispatches log entries to srslog. - Renamed an existing log test to be more specific to avoid name clashes.
4 years ago
#
include
"os.h"
Import latest srslog version (#1796) * - Import latest srslog version. - Adjusted the nas_test to create logs correctly. - Remove timestamp formatting now that is provided by srslog.
4 years ago
#
warning "fmt
/
posix.h is deprecated; use fmt
/
os.h instead"