From f7c43524cfc6e30a0223d3aaff89fe955d6e5146 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 9 Jun 2009 20:24:21 +0000 Subject: * add support for storing classmark1/2/3 per subscriber * add support for parsing measurement results (both BTS and MS side) --- include/openbsc/gsm_subscriber.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include/openbsc/gsm_subscriber.h') diff --git a/include/openbsc/gsm_subscriber.h b/include/openbsc/gsm_subscriber.h index 99148b5df..1ca79e2ae 100644 --- a/include/openbsc/gsm_subscriber.h +++ b/include/openbsc/gsm_subscriber.h @@ -23,6 +23,14 @@ struct gsm_subscriber { /* for internal management */ int use_count; struct llist_head entry; + + /* those are properties of the equipment, but they + * are applicable to the subscriber at the moment */ + struct gsm48_classmark1 classmark1; + u_int8_t classmark2_len; + u_int8_t classmark2[3]; + u_int8_t classmark3_len; + u_int8_t classmark3[14]; }; enum gsm_subscriber_field { -- cgit v1.2.3