Skip to content
Snippets Groups Projects
Commit d0b9a995 authored by Lionel Gauthier's avatar Lionel Gauthier
Browse files

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5987 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 11d4bdd5
Branches
Tags
No related merge requests found
...@@ -321,7 +321,8 @@ nwGtpv1uTrxnCreateAndSendMsg( NW_IN NwGtpv1uStackT *thiz, ...@@ -321,7 +321,8 @@ nwGtpv1uTrxnCreateAndSendMsg( NW_IN NwGtpv1uStackT *thiz,
NW_ASSERT(thiz); NW_ASSERT(thiz);
NW_ASSERT(pMsg); NW_ASSERT(pMsg);
msgHdr = pMsg->msgBuf; msgHdr = &pMsg->msgBuf[pMsg->msgBufOffset];
NW_ASSERT(msgHdr != NULL); NW_ASSERT(msgHdr != NULL);
*(msgHdr++) = (pMsg->version << 5) | *(msgHdr++) = (pMsg->version << 5) |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment