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

Added E164 address type support to AddressAvp #11

Merged
merged 2 commits into from
Jul 14, 2024

Conversation

JckHoe
Copy link
Contributor

@JckHoe JckHoe commented Jul 13, 2024

Address Avp

Added support for Address Type = 8.

Test data origins

image

Some sources

WIKI - Describes the max length

Spec

7.2.98 Originator-SCCP-Address


The Originator-SCCP-Address AVP (AVP code 2008) is of type Address. It is the "SCCP calling address" used by the
messaging node when receiving a message. This is usually the address of the MSC or SGSN/Serving Node that was
serving the UE when it submitted the SM. It contains either a Point Code (ISPC) or a Global Title, where Global Title
represents an E.164 number. The AddressType disciminator [401] is set to value 8, E.164, and the address information
is UTF8 encoded.

src/avp/address.rs Outdated Show resolved Hide resolved
src/avp/address.rs Outdated Show resolved Hide resolved
src/avp/address.rs Outdated Show resolved Hide resolved
@lwlee2608 lwlee2608 merged commit 6558bde into lwlee2608:master Jul 14, 2024
1 check passed
@lwlee2608
Copy link
Owner

Thanks!

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.

2 participants