aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/gprs/bssgp_bvc_fsm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/gprs/bssgp_bvc_fsm.h')
-rw-r--r--include/osmocom/gprs/bssgp_bvc_fsm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/osmocom/gprs/bssgp_bvc_fsm.h b/include/osmocom/gprs/bssgp_bvc_fsm.h
index 824cdecb..446dda84 100644
--- a/include/osmocom/gprs/bssgp_bvc_fsm.h
+++ b/include/osmocom/gprs/bssgp_bvc_fsm.h
@@ -61,9 +61,9 @@ bool bssgp_bvc_fsm_is_unblocked(struct osmo_fsm_inst *fi);
uint8_t bssgp_bvc_fsm_get_block_cause(struct osmo_fsm_inst *fi);
-uint32_t bssgp_bvc_get_features_advertised(struct osmo_fsm_inst *fi);
-uint32_t bssgp_bvc_get_features_received(struct osmo_fsm_inst *fi);
-uint32_t bssgp_bvc_get_features_negotiated(struct osmo_fsm_inst *fi);
+uint32_t bssgp_bvc_fsm_get_features_advertised(struct osmo_fsm_inst *fi);
+uint32_t bssgp_bvc_fsm_get_features_received(struct osmo_fsm_inst *fi);
+uint32_t bssgp_bvc_fsm_get_features_negotiated(struct osmo_fsm_inst *fi);
void bssgp_bvc_fsm_set_max_pdu_len(struct osmo_fsm_inst *fi, uint16_t max_pdu_len);
uint16_t bssgp_bvc_fsm_get_max_pdu_len(const struct osmo_fsm_inst *fi); \ No newline at end of file