aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-03-18 21:25:45 +0100
committerHarald Welte <laforge@gnumonks.org>2012-03-18 21:25:45 +0100
commit452112e82391df347823175df86ca8fcc922ef3c (patch)
tree4cb8a6106556f4c79a5e0542629b2a6cd6134833 /include
parentd0e67493276b4e14007d359a5dd866e49a137574 (diff)
Ensure that ADM_STATE IE is presnent when sending NM_MT_CHG_ADM_STATE_ACK
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/oml.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmo-bts/oml.h b/include/osmo-bts/oml.h
index effb3dd3..0fdb95f5 100644
--- a/include/osmo-bts/oml.h
+++ b/include/osmo-bts/oml.h
@@ -9,6 +9,7 @@ int oml_send_msg(struct msgb *msg, int is_mauf);
int oml_mo_send_msg(struct gsm_abis_mo *mo, struct msgb *msg, uint8_t msg_type);
int oml_mo_opstart_ack(struct gsm_abis_mo *mo);
int oml_mo_opstart_nack(struct gsm_abis_mo *mo, uint8_t nack_cause);
+int oml_mo_statechg_ack(struct gsm_abis_mo *mo);
/* Change the state and send STATE CHG REP */
int oml_mo_state_chg(struct gsm_abis_mo *mo, int op_state, int avail_state);