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

TestCntlrStub (unable to send ErrInd towards MME) #25

Open
vimal2828 opened this issue Jul 10, 2020 · 0 comments
Open

TestCntlrStub (unable to send ErrInd towards MME) #25

vimal2828 opened this issue Jul 10, 2020 · 0 comments

Comments

@vimal2828
Copy link
Contributor

Your Environment

Ubuntu 18.04

  • Version:
    master branch
  • Affected Component:
    TestCntlrStub
  • Affected Subcomponent:
  • Deployment Environment:

Describe the Issue

While running TestCntlrStub with my EPC, it observed failure at the following function
testErrIndWithIvalidUeS1apIds (defined in file ts_atchDtchProcs.c ).

Sequence is

  1. Attach with IMSI is triggered

  2. Authentication Request MME initiated towards TestCntlrStub

  3. TestCntrlStub initiated "ErrInd" with the following set of configuration.

    **msgptr = malloc(sizeof(fwNbErrIndMsg_t));
    memset(msgptr, 0, sizeof(fwNbErrIndMsg_t));

    ((fwNbErrIndMsg_t*)msgptr)->isUeAssoc = TRUE;
    ((fwNbErrIndMsg_t*)msgptr)->ue_Id = ueId;

    ((fwNbErrIndMsg_t*)msgptr)->cause.pres = TRUE;
    ((fwNbErrIndMsg_t*)msgptr)->cause.causeType = 0;
    ((fwNbErrIndMsg_t*)msgptr)->cause.causeVal = 15;
    ((fwNbErrIndMsg_t*)msgptr)->criticalityDiag.pres = FALSE;

    printf("\n[STUB]: Sending Err Indication Message.\n");
    tsSendErrIndMsg(msgptr);**

    In wireshark there is no ErrInd message.

To Reproduce
Do the following:

Expected behavior
If the configuration is correct present in the master branch then ErrInd message should go out.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Can someone please share the configuration by using that ErrInd can be simulated ?

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