Bump MNCC_SOCK_VERSION to 6

This commit is contained in:
Oliver Smith 2020-03-04 17:08:50 +01:00
parent b93472b534
commit f497357ce3
2 changed files with 2 additions and 2 deletions

2
mncc.h
View File

@ -273,7 +273,7 @@ struct gsm_data_frame {
unsigned char data[0];
};
#define MNCC_SOCK_VERSION 5
#define MNCC_SOCK_VERSION 6
struct gsm_mncc_hello {
uint32_t msg_type;
uint32_t version;

View File

@ -244,7 +244,7 @@ __USE_ATFILE = 1 # Variable c_int '1'
MNCC_START_DTMF_REJ = 279 # Variable c_int '279'
INT_LEAST16_MAX = 32767 # Variable c_int '32767'
MNCC_SETUP_COMPL_IND = 262 # Variable c_int '262'
MNCC_SOCK_VERSION = 5 # Variable c_int '5'
MNCC_SOCK_VERSION = 6 # Variable c_int '6'
INTMAX_MIN = -9223372036854775808 # Variable c_long '-0x08000000000000000l'
INT32_MAX = 2147483647 # Variable c_int '2147483647'
INTMAX_MAX = 9223372036854775807 # Variable c_long '9223372036854775807l'