comparison include/mncc.h @ 23:5b0f685fd2ed

include/mncc.h: rm duplicate GSM_MAX_* definitions
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 28 Jun 2022 18:28:49 -0800
parents 0e907d59d815
children
comparison
equal deleted inserted replaced
22:7a9eb3df14e6 23:5b0f685fd2ed
240 #define GSM_TCH_FRAME_AMR 0x0303 240 #define GSM_TCH_FRAME_AMR 0x0303
241 #define GSM_BAD_FRAME 0x03ff 241 #define GSM_BAD_FRAME 0x03ff
242 242
243 #define MNCC_SOCKET_HELLO 0x0400 243 #define MNCC_SOCKET_HELLO 0x0400
244 244
245 #define GSM_MAX_FACILITY 128
246 #define GSM_MAX_SSVERSION 128
247 #define GSM_MAX_USERUSER 128
248
249 #define MNCC_F_BEARER_CAP 0x0001 245 #define MNCC_F_BEARER_CAP 0x0001
250 #define MNCC_F_CALLED 0x0002 246 #define MNCC_F_CALLED 0x0002
251 #define MNCC_F_CALLING 0x0004 247 #define MNCC_F_CALLING 0x0004
252 #define MNCC_F_REDIRECTING 0x0008 248 #define MNCC_F_REDIRECTING 0x0008
253 #define MNCC_F_CONNECTED 0x0010 249 #define MNCC_F_CONNECTED 0x0010