aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/vlr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openbsc/vlr.h')
-rw-r--r--include/openbsc/vlr.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/openbsc/vlr.h b/include/openbsc/vlr.h
index 09e2ff46a..619971a52 100644
--- a/include/openbsc/vlr.h
+++ b/include/openbsc/vlr.h
@@ -156,7 +156,10 @@ struct vlr_subscr {
struct {
/* pending requests */
bool is_paging;
+ /* list of struct subscr_request */
struct llist_head requests;
+ uint8_t lac;
+ enum ran_type attached_via_ran;
} cs;
};
@@ -190,6 +193,10 @@ struct vlr_ops {
int (*set_ciph_mode)(void *msc_conn_ref, enum vlr_ciph ciph_mode,
bool retrieve_imeisv);
+ /* UTRAN: send Common Id (when auth+ciph are complete) */
+ int (*tx_common_id)(void *msc_conn_ref);
+
+
/* notify MSC/SGSN that the subscriber data in VLR has been updated */
void (*subscr_update)(struct vlr_subscr *vsub);
/* notify MSC/SGSN that the given subscriber has been associated