aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/gsm_data.h
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-03-22 16:09:50 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2018-03-22 17:06:51 +0100
commit9d74425e271e3d7d6e81f3fe8561e7a537ffa739 (patch)
tree697ce90370044a18347ea3489901b1efbd238b28 /include/osmocom/msc/gsm_data.h
parent7a2f58ea63a777dcda1dd8ff1e7c2459ba2758c6 (diff)
dissolve libcommon: drop gsm_data.c, move code to libmsc
classmark_is_r99() is only used in gsm_04_08.c, move there as static. rrlp_mode_* is only used in msc_vty.c, move there as static. Move ran_type_names[] to msc_ifaces.c. Change-Id: I5381c72af6841829fbc65940fd7d6f4d5cf583df
Diffstat (limited to 'include/osmocom/msc/gsm_data.h')
-rw-r--r--include/osmocom/msc/gsm_data.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/osmocom/msc/gsm_data.h b/include/osmocom/msc/gsm_data.h
index 9b6e4e4bb..f61a6cf81 100644
--- a/include/osmocom/msc/gsm_data.h
+++ b/include/osmocom/msc/gsm_data.h
@@ -362,9 +362,6 @@ struct gsm_sms {
extern void *tall_bsc_ctx;
extern int ipacc_rtp_direct;
-enum rrlp_mode rrlp_mode_parse(const char *arg);
-const char *rrlp_mode_name(enum rrlp_mode mode);
-
struct gsm_subscriber_connection *msc_subscr_con_allocate(struct gsm_network *network);
void msc_subscr_con_free(struct gsm_subscriber_connection *conn);
@@ -372,6 +369,4 @@ void msc_subscr_con_free(struct gsm_subscriber_connection *conn);
int bsc_base_ctrl_cmds_install(void);
int msc_ctrl_cmds_install(struct gsm_network *net);
-bool classmark_is_r99(struct gsm_classmark *cm);
-
#endif /* _GSM_DATA_H */