Files
smpp-tester/pdu/alert.go

7 lines
96 B
Go

package pdu
type (
ALERT_NOTIFICATION struct{}
ALERT_NOTIFICATION_RESP struct{}
)