Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Shweta Shrivastava
openairinterface5G
Commits
4685536b
Commit
4685536b
authored
7 years ago
by
frtabu
Browse files
Options
Downloads
Patches
Plain Diff
telnet display log level fix
parent
f2cb406b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
common/utils/telnetsrv/telnetsrv_proccmd.c
+1
-0
1 addition, 0 deletions
common/utils/telnetsrv/telnetsrv_proccmd.c
common/utils/telnetsrv/telnetsrv_proccmd.h
+1
-3
1 addition, 3 deletions
common/utils/telnetsrv/telnetsrv_proccmd.h
with
2 additions
and
3 deletions
common/utils/telnetsrv/telnetsrv_proccmd.c
+
1
−
0
View file @
4685536b
...
@@ -22,6 +22,7 @@
...
@@ -22,6 +22,7 @@
#include
"telnetsrv.h"
#include
"telnetsrv.h"
#define TELNETSRV_PROCCMD_MAIN
#define TELNETSRV_PROCCMD_MAIN
#include
"log.h"
#include
"log.h"
#include
"log_extern.h"
#include
"telnetsrv_proccmd.h"
#include
"telnetsrv_proccmd.h"
void
decode_procstat
(
char
*
record
,
int
debug
,
telnet_printfunc_t
prnt
)
void
decode_procstat
(
char
*
record
,
int
debug
,
telnet_printfunc_t
prnt
)
...
...
This diff is collapsed.
Click to expand it.
common/utils/telnetsrv/telnetsrv_proccmd.h
+
1
−
3
View file @
4685536b
...
@@ -34,9 +34,7 @@
...
@@ -34,9 +34,7 @@
#ifdef TELNETSRV_PROCCMD_MAIN
#ifdef TELNETSRV_PROCCMD_MAIN
/* global variable from log.c */
extern
mapping
*
log_level_names
;
extern
mapping
*
log_verbosity_names
;
extern
int
proccmd_show
(
char
*
buf
,
int
debug
,
telnet_printfunc_t
prnt
);
extern
int
proccmd_show
(
char
*
buf
,
int
debug
,
telnet_printfunc_t
prnt
);
extern
int
proccmd_thread
(
char
*
buf
,
int
debug
,
telnet_printfunc_t
prnt
);
extern
int
proccmd_thread
(
char
*
buf
,
int
debug
,
telnet_printfunc_t
prnt
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment