Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dyyu
openairinterface5G
Commits
79b7b8ad
Commit
79b7b8ad
authored
Oct 06, 2017
by
Cedric Roux
Browse files
minor
parent
a9d0bec8
Changes
1
Hide whitespace changes
Inline
Side-by-side
openair2/PHY_INTERFACE/IF_Module.c
View file @
79b7b8ad
...
...
@@ -176,7 +176,7 @@ static void append_string(char *t)
put
(
0
);
}
void
dump_ul
(
UL_IND_t
*
u
)
static
void
dump_ul
(
UL_IND_t
*
u
)
{
int
i
;
...
...
@@ -254,7 +254,7 @@ static char *UL_PDU_TYPE(int x)
return
"UNKNOWN"
;
}
void
dump_dl
(
Sched_Rsp_t
*
d
)
static
void
dump_dl
(
Sched_Rsp_t
*
d
)
{
int
i
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment