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

feat: add support for Insert-Subscriber-Data Command #203

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions diam/avp/codes.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ const (
HPLMNODB = 1418
ICSIndicator = 1491
IdleTimeout = 28
IDRFlags = 1490
IMEI = 1402
ImmediateResponsePreferred = 1412
IMSApplicationReferenceIdentifier = 2601
Expand Down
3 changes: 3 additions & 0 deletions diam/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const (
CreditControl = 272
DeviceWatchdog = 280
DisconnectPeer = 282
InsertSubscriberData = 319
MultimediaAuthentication = 303
Notify = 323
PurgeUE = 321
Expand Down Expand Up @@ -49,6 +50,8 @@ const (
DPR = "DPR"
DWA = "DWA"
DWR = "DWR"
IDA = "IDA"
IDR = "IDR"
MAA = "MAA"
MAR = "MAR"
NOA = "NOA"
Expand Down
Loading