diff options
Diffstat (limited to 'include/osmocom/bsc/gsm_04_08.h')
-rw-r--r-- | include/osmocom/bsc/gsm_04_08.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/bsc/gsm_04_08.h b/include/osmocom/bsc/gsm_04_08.h index d071ad595..7944a05b1 100644 --- a/include/osmocom/bsc/gsm_04_08.h +++ b/include/osmocom/bsc/gsm_04_08.h @@ -78,4 +78,6 @@ int tch_frame_down(struct gsm_network *net, uint32_t callref, struct gsm_data_fr int gsm48_multirate_config(uint8_t *lv, struct amr_multirate_conf *mr, int ms); +void gsm48_lchan_modify_error(struct gsm_subscriber_connection *conn); + #endif |