Skip to content

Commit

Permalink
feat: add support for Insert-Subscriber-Data Command (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuaaaa authored Jan 26, 2025
1 parent f6f1377 commit 3583d1e
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 1,211 deletions.
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

0 comments on commit 3583d1e

Please sign in to comment.