From 7a0010bdd4d8741c591ad40e70798136fee6e18f Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 29 Apr 2013 20:40:44 +0200 Subject: 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. --- openbsc/include/openbsc/ipaccess.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'openbsc/include/openbsc/ipaccess.h') 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)); /* -- cgit v1.2.3