File: submit_multi.dad

package info (click to toggle)
libsmpp34 1.14.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 664 kB
  • sloc: ansic: 3,381; makefile: 239; sh: 65; xml: 15
file content (11 lines) | stat: -rw-r--r-- 456 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
#define do_dad( inst_dad )\
U08( inst_dad->, dest_flag, test_dest_flag ); \
if( inst_dad-> dest_flag == DFID_SME_Address ){ \
    U08( inst_dad-> value. sme. , dest_addr_ton, str_addr_ton ); \
    U08( inst_dad-> value. sme. , dest_addr_npi, str_addr_npi ); \
    C_OCTET( inst_dad-> value. sme. , destination_addr, 21  ); \
} else if( inst_dad-> dest_flag == DFID_Distribution_List_Name ){\
    C_OCTET( inst_dad-> value. , dl_name, 21 ); \
} else {\
};