Prior to submitting an issue, check to see if one has already been created. If there is currently an open issue, add a thumbs-up emoji to identify that it is also affecting you.
Your Environment
- Version: 1.5 tagged release
- Affected Component: Orchestrator, Access Gateway, FeG
- Affected Subcomponent: S8_proxy
- Deployment Environment: AWS (orc8r), bare-metal (AGW)
Describe the Issue
When sending the Create Session Request for S8 inbound roaming call setup, the APN used needs to be "full APN" with network ID and Operator ID. See 29.274 section 8.6 and 23.003 section 9.1
Current implementation of S8 in magma only sends network ID portion.
Discussed with @uri200
To Reproduce
- Setup S8 inbound roaming configuration
- trigger UE to attach to network
- Collect wireshark trace of GTP-C Create Session Request
- Observer that APN = e.g.
internet instead of internet.mnc01.mcc001.gprs
Expected behavior
Full APN should be used in APN field for S8 Create Session Request per 29.274
Prior to submitting an issue, check to see if one has already been created. If there is currently an open issue, add a thumbs-up emoji to identify that it is also affecting you.
Your Environment
Describe the Issue
When sending the Create Session Request for S8 inbound roaming call setup, the APN used needs to be "full APN" with network ID and Operator ID. See 29.274 section 8.6 and 23.003 section 9.1
Current implementation of S8 in magma only sends network ID portion.
Discussed with @uri200
To Reproduce
internetinstead ofinternet.mnc01.mcc001.gprsExpected behavior
Full APN should be used in APN field for S8 Create Session Request per 29.274