diff scripts/sms-deliver-pdu-hdr @ 17:dc1cc851025c

scripts: add support for new first octet flags
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 27 Aug 2023 07:39:14 +0000
parents b8d8f8a3cdb7
children
line wrap: on
line diff
--- a/scripts/sms-deliver-pdu-hdr	Sun Aug 27 07:32:46 2023 +0000
+++ b/scripts/sms-deliver-pdu-hdr	Sun Aug 27 07:39:14 2023 +0000
@@ -12,6 +12,10 @@
 while [ $# != 0 ]
 do
 	case "$1" in
+		lp|mms|rp|sr)
+			echo "$1"
+			shift
+			;;
 		pid|sc-ts)
 			if [ $# -lt 2 ]
 			then