Commit c29f7557 authored by Lionel Gauthier's avatar Lionel Gauthier

log for epc

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5369 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent c94d116e
...@@ -46,7 +46,9 @@ ...@@ -46,7 +46,9 @@
#include "NwGtpv1uLog.h" #include "NwGtpv1uLog.h"
#include "gtpv1u.h" #include "gtpv1u.h"
#if defined(ENB_MODE)
#include "UTIL/LOG/log.h" #include "UTIL/LOG/log.h"
#endif
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
...@@ -377,7 +379,7 @@ nwGtpv1uDestroyTunnelEndPoint( NwGtpv1uStackT *thiz, ...@@ -377,7 +379,7 @@ nwGtpv1uDestroyTunnelEndPoint( NwGtpv1uStackT *thiz,
NwGtpv1uTunnelEndPointT *pRemovedTeid; NwGtpv1uTunnelEndPointT *pRemovedTeid;
if(pUlpReq->apiInfo.destroyTunnelEndPointInfo.hStackSessionHandle) { if(pUlpReq->apiInfo.destroyTunnelEndPointInfo.hStackSessionHandle) {
LOG_D(GTPU, "Destroying Tunnel end-point '%x'", GTPU_DEBUG( "Destroying Tunnel end-point '%x'",
pUlpReq->apiInfo.destroyTunnelEndPointInfo.hStackSessionHandle); pUlpReq->apiInfo.destroyTunnelEndPointInfo.hStackSessionHandle);
pRemovedTeid = RB_REMOVE(NwGtpv1uTunnelEndPointIdentifierMap, &(thiz->teidMap), pRemovedTeid = RB_REMOVE(NwGtpv1uTunnelEndPointIdentifierMap, &(thiz->teidMap),
(NwGtpv1uTunnelEndPointT *)( (NwGtpv1uTunnelEndPointT *)(
......
...@@ -44,7 +44,9 @@ ...@@ -44,7 +44,9 @@
#include "NwGtpv1uMsg.h" #include "NwGtpv1uMsg.h"
#include "gtpv1u.h" #include "gtpv1u.h"
#if defined(ENB_MODE)
#include "UTIL/LOG/log.h" #include "UTIL/LOG/log.h"
#endif
#define NW_GTPV1U_EPC_SPECIFIC_HEADER_SIZE (12) /**< Size of GTPv1u EPC specific header */ #define NW_GTPV1U_EPC_SPECIFIC_HEADER_SIZE (12) /**< Size of GTPv1u EPC specific header */
#define NW_GTPV1U_EPC_MIN_HEADER_SIZE (8) #define NW_GTPV1U_EPC_MIN_HEADER_SIZE (8)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment