37 * Helper to extract a field from the cfg string
38 */
39#define _APN_GET(cfg) \
40 *cfg ? cfg : NULL; \
41 cfg += strlen(cfg) + 1
42
43/**
44 * Configuring APN by extraction from IMSI and matching the table.
45 *
46 * @param imsi string containing IMSI
47 */
48constchar *apnconfig(constchar *imsi);
49
50#endif // #define APN_DB_H_
Important Information for this Arm website
This site uses cookies to store information on your computer.
By continuing to use our site, you consent to our cookies.
If you are not happy with the use of these cookies, please review our
Cookie Policy
to learn how they can be disabled.
By disabling cookies, some features of the site will not work.