Fixed length of BSSGP header.

This commit is contained in:
Ivan Kluchnikov 2012-06-04 19:07:25 +04:00
parent 9c795abac8
commit 3fa42b21ee
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ struct bssgp_bvc_ctx *btsctx_alloc(uint16_t bvci, uint16_t nsei);
#define NSEI 3
#define QOS_PROFILE 0
#define BSSGP_HDR_LEN 20
#define BSSGP_HDR_LEN 53
#define NS_HDR_LEN 4
#define MAX_LEN_PDU 60
#define IE_PDU 14