From 7573c976eacdfbaec062d1609ff7938733420e31 Mon Sep 17 00:00:00 2001 From: Lionel Gauthier Date: Thu, 28 May 2015 14:53:48 +0000 Subject: [PATCH] missing prototype git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7482 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- common/utils/msc/msc.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/common/utils/msc/msc.h b/common/utils/msc/msc.h index 1d742e8a..c7d541e5 100644 --- a/common/utils/msc/msc.h +++ b/common/utils/msc/msc.h @@ -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) -- GitLab