aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/gsm/gsm0808.h
diff options
context:
space:
mode:
authorMichael McTernan <mike.mcternan@wavemobile.com>2015-07-03 10:33:50 +0100
committerMichael McTernan <mike.mcternan@wavemobile.com>2015-07-03 10:33:50 +0100
commitdc18606cae2c1a273426a89c23b8e849c4ca04e7 (patch)
tree6306c992d2cbfb42b07f6c9412dc2aade850ff5f /include/osmocom/gsm/gsm0808.h
parent0c50b17a2636a4a9d471ebbaf2cdb9396390e4cd (diff)
Add mnc_t for 3 digit mncs.mmcternan/bb_maint
Signed-off-by: Michael McTernan <mike.mcternan@wavemobile.com>
Diffstat (limited to 'include/osmocom/gsm/gsm0808.h')
-rw-r--r--include/osmocom/gsm/gsm0808.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/osmocom/gsm/gsm0808.h b/include/osmocom/gsm/gsm0808.h
index 5127c003..553f10d1 100644
--- a/include/osmocom/gsm/gsm0808.h
+++ b/include/osmocom/gsm/gsm0808.h
@@ -21,10 +21,11 @@
#define OSMOCORE_GSM0808_H
#include "tlv.h"
+#include "gsm48.h"
struct msgb;
-struct msgb *gsm0808_create_layer3(struct msgb *msg, uint16_t netcode, uint16_t countrycode, int lac, uint16_t ci);
+struct msgb *gsm0808_create_layer3(struct msgb *msg, gsm_mnc_t netcode, uint16_t countrycode, int lac, uint16_t ci);
struct msgb *gsm0808_create_reset(void);
struct msgb *gsm0808_create_reset_ack(void);
struct msgb *gsm0808_create_clear_command(uint8_t reason);