libosmogsm
0.9.3
Osmocom GSM library
Main Page
Modules
Data Structures
Files
File List
Globals
apn.h
1
#pragma once
2
3
#include <stdint.h>
4
5
/* 23.003 Section 9.1.1, excluding any terminating zero byte */
6
#define APN_NI_MAXLEN 63
7
8
/* 23.003 Section 9.1, excluding any terminating zero byte */
9
#define APN_MAXLEN 100
10
11
char
*osmo_apn_qualify(
unsigned
int
mcc,
unsigned
int
mnc,
const
char
*ni);
12
char
*osmo_apn_qualify_from_imsi(
const
char
*imsi,
13
const
char
*ni,
int
have_3dig_mnc);
include
osmocom
gsm
apn.h
Generated on Thu Sep 12 2019 16:41:49 for libosmogsm by
1.8.6