comparison uptools/sms-pdu-decode/sms-pdu-decode.c @ 960:411d1cc14326

sms-pdu-decode family: prepare for SC address becoming optional
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 04 Aug 2023 23:09:12 +0000
parents 18bfc10ba20e
children 7da1ac6431dc
comparison
equal deleted inserted replaced
959:c340f432cf03 960:411d1cc14326
86 continue; 86 continue;
87 } 87 }
88 pdu_length = cc; 88 pdu_length = cc;
89 if (keep_raw_pdu) 89 if (keep_raw_pdu)
90 printf("%s\n\n", input_line); 90 printf("%s\n\n", input_line);
91 process_pdu(1); 91 process_pdu(1, 1);
92 putchar('\n'); 92 putchar('\n');
93 swallow_empty_line(); 93 swallow_empty_line();
94 } 94 }
95 exit(0); 95 exit(0);
96 } 96 }