Skip to content

S1APConnection #3

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

Open
mvilgelm opened this issue Jun 25, 2013 · 0 comments
Open

S1APConnection #3

mvilgelm opened this issue Jun 25, 2013 · 0 comments

Comments

@mvilgelm
Copy link

Hi,
Thank you for sharing your project! I have been trying to extend the simulation to the case with multiple eNBs/SGWs and to finalize GTP-U protocol, to support the data plane implementation.
I've noticed one probable bug: in the S1APConnection.cc, function S1APConnectionTable::findConnectionForCellId(), line 749, the if statement always delivers result "true" (I'm using multiple enbs and cellids, accordigly), independent on the argument values:
if (!strncmp(conn->getCellId(), cellId, CELLID_CODED_SIZE))
I have replaced it with bytewise comparison, and now it works as expected.
Maybe it will be helpful for you.

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