aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/ipaccess.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2013-04-29 20:40:44 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2013-04-29 20:40:44 +0200
commit7a0010bdd4d8741c591ad40e70798136fee6e18f (patch)
tree8058a73fe6534c7a00b36ab4472c5a1a2d63408b /openbsc/include/openbsc/ipaccess.h
parentd7b22c624bb04e585de4f06a3a32b98f45f7e4b8 (diff)
nat: Include LAC/CI as TV values at the end of the 'status' message
Extend the status message and send LAC/CI as part of the status message. It is using TV to allow sending more fields in the feature. We only need to encode the data and this is why there is no tlv description yet.
Diffstat (limited to 'openbsc/include/openbsc/ipaccess.h')
-rw-r--r--openbsc/include/openbsc/ipaccess.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/ipaccess.h b/openbsc/include/openbsc/ipaccess.h
index d3c9d1dca..a25a348b6 100644
--- a/openbsc/include/openbsc/ipaccess.h
+++ b/openbsc/include/openbsc/ipaccess.h
@@ -11,7 +11,8 @@ struct ipac_msgt_sccp_state {
uint8_t dst_ref[3];
uint8_t trans_id;
uint8_t invoke_id;
- char imsi[GSM_IMSI_LENGTH];
+ char imsi[GSM_IMSI_LENGTH];
+ uint8_t data[0];
} __attribute__((packed));
/*