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
oai
openairinterface5G
Commits
7573c976
Commit
7573c976
authored
May 28, 2015
by
gauthier
Browse files
missing prototype
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@7482
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
fa5d2f5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/utils/msc/msc.h
View file @
7573c976
...
...
@@ -103,6 +103,12 @@ void msc_log_tx_message(
const
char
*
bytesP
,
const
unsigned
int
num_bytes
,
char
*
format
,
...);
void
msc_log_tx_message_failed
(
const
msc_proto_t
senderP
,
const
msc_proto_t
receiverP
,
const
char
*
bytesP
,
const
unsigned
int
num_bytes
,
char
*
format
,
...);
#define MSC_INIT(mScPaRaMs) msc_init(mScPaRaMs)
#define MSC_END msc_end
#define MSC_LOG_EVENT(mScPaRaMs, fORMAT, aRGS...) msc_log_event(mScPaRaMs, fORMAT, ##aRGS)
...
...
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