|
Gammu internals
1.38.0
|

Go to the source code of this file.
Functions | |
| const unsigned char * | GSM_GetNetworkName (const char *NetworkCode) |
| const unsigned char * | GSM_GetCountryName (const char *CountryCode) |
| void | NOKIA_EncodeNetworkCode (unsigned char *buffer, const char *input) |
| void | NOKIA_DecodeNetworkCode (const unsigned char *buffer, char *output) |
Variables | |
| const GSM_CodeName | GSM_Countries [] |
| const GSM_CodeName | GSM_Networks [] |
| void NOKIA_DecodeNetworkCode | ( | const unsigned char * | buffer, |
| char * | output | ||
| ) |
Definition at line 2473 of file gsmnet.c.
References DecodeBCD().
Referenced by GSM_DecodeMultiPartSMS().
| void NOKIA_EncodeNetworkCode | ( | unsigned char * | buffer, |
| const char * | input | ||
| ) |
Definition at line 2467 of file gsmnet.c.
References EncodeBCD(), and FALSE.
Referenced by GSM_EncodeMultiPartSMS().