Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

maybe wrong GTPIE_RAB_CONTEXT fixed length? #2

Open
areadev opened this issue Apr 18, 2014 · 0 comments
Open

maybe wrong GTPIE_RAB_CONTEXT fixed length? #2

areadev opened this issue Apr 18, 2014 · 0 comments

Comments

@areadev
Copy link

areadev commented Apr 18, 2014

I was looking inside gtp/gtpie.c and I found at line 280
that the length of a rab context ie is 7, but inside
the 29.060 specs it looks like that it should be 9,
so there should be "p += 1 + 9;" am I missing something?

case GTPIE_RAB_CONTEXT: /* TV GTPIE types with value length 7 /
if (j<GTPIE_SIZE) {
ie[j] = (union gtpie_member
) p;
if (GTPIE_DEBUG) printf("GTPIE TV 7 found. Type %d\n", ie[j]->tv0.t);
p+= 1 + 7;
j++;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant