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

[s1 sim][new test cases] New s1 sim TCs to test PDN selection #2854

Merged
merged 2 commits into from Sep 28, 2020

Conversation

pruthvihebbani
Copy link
Contributor

Signed-off-by: Pruthvi Hebbani pruthvi.hebbani@radisys.com

[s1 sim][new test cases] New s1 sim TCs to test PDN selection

Summary

This PR contains new s1 sim test cases to test PDN selection at agw

Test Plan

  • Verified s1 sim sanity

Signed-off-by: Pruthvi Hebbani <pruthvi.hebbani@radisys.com>

# Send PDN Connectivity Request
apn = "ims"
# PDN Type 1 = IPv6, 2 = IPv6, 3 = IPv4v6
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo PDN Type 1 = IPv4

# Receive PDN Connectivity reject
response = self._s1ap_wrapper.s1_util.get_response()
self.assertEqual(
response.msg_type, s1ap_types.tfwCmd.UE_PDN_CONN_RSP_IND.value
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how is this assert checking rejection?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In s1ap tester uePdnConRsp_t is a common message for handling Activate default EPS bearer context request/PDN connectivity reject

Signed-off-by: Pruthvi Hebbani <pruthvi.hebbani@radisys.com>
Copy link
Contributor

@ulaskozat ulaskozat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ulaskozat ulaskozat merged commit 5f94ef8 into magma:master Sep 28, 2020
rdefosse pushed a commit to rdefosse/magma that referenced this pull request Oct 9, 2020
…2854)

* Added new s1 sim TCs to test PDN selection

Signed-off-by: Pruthvi Hebbani <pruthvi.hebbani@radisys.com>
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

Successfully merging this pull request may close these issues.

None yet

2 participants