aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-04-14 21:27:31 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2021-04-19 10:55:43 +0200
commit1b625cb13469cb3094bedcc36d9e1ec4f83d8957 (patch)
treebd45b63d8a490c84d59133d6553c8b6caa619fff /include/osmocom
parente731a7da05750098f6e87c42abea07b268bc1c85 (diff)
gsm: Support Sending Last EUTRAN PLMN Id in Handover Required
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/gsm/gsm0808.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/osmocom/gsm/gsm0808.h b/include/osmocom/gsm/gsm0808.h
index b921eda8..ecb9827e 100644
--- a/include/osmocom/gsm/gsm0808.h
+++ b/include/osmocom/gsm/gsm0808.h
@@ -126,6 +126,9 @@ struct gsm0808_old_bss_to_new_bss_info {
uint8_t field;
} current_channel_type_2;
+ bool last_eutran_plmn_id_present;
+ struct osmo_plmn_id last_eutran_plmn_id;
+
/* more items are defined in the spec and may be added later */
bool more_items; /*< always set this to false */
};