aboutsummaryrefslogtreecommitdiffstats
path: root/src/gb/libosmogb.map
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2021-02-12 22:27:56 +0100
committerDaniel Willmann <dwillmann@sysmocom.de>2021-02-12 22:27:56 +0100
commit4e5cdad6586ee714f6e8a6e3f3edfdc2e8181190 (patch)
treef19e019c77c30c6988e851ae20cbe990d9aa6409 /src/gb/libosmogb.map
parentfa632b8e80edad72b4413aac6886030c806929b9 (diff)
bssgp_bvc_fsm: Consistent naming
bssgp_bvc_get_features_* are fsm "methods" and the name should indicate that just lika all other function names in bssgp_bvc_fsm.h Change-Id: I30fbbe36cdabf9635eaf4dfb1e93c8ce0f667b39
Diffstat (limited to 'src/gb/libosmogb.map')
-rw-r--r--src/gb/libosmogb.map6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gb/libosmogb.map b/src/gb/libosmogb.map
index 23278153..699ed1be 100644
--- a/src/gb/libosmogb.map
+++ b/src/gb/libosmogb.map
@@ -93,9 +93,9 @@ bssgp_bvc_fsm_alloc_ptp_sgsn;
bssgp_bvc_fsm_set_ops;
bssgp_bvc_fsm_is_unblocked;
bssgp_bvc_fsm_get_block_cause;
-bssgp_bvc_get_features_advertised;
-bssgp_bvc_get_features_received;
-bssgp_bvc_get_features_negotiated;
+bssgp_bvc_fsm_get_features_advertised;
+bssgp_bvc_fsm_get_features_received;
+bssgp_bvc_fsm_get_features_negotiated;
bssgp_bvc_fsm_set_max_pdu_len;
bssgp_bvc_fsm_get_max_pdu_len;