From afa0ad17238cd0a0dfd1d62929f937739f79b24d Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 18 Apr 2012 18:58:36 +0200 Subject: lchan: Fix the name of the SACCH in the variable names Call the channel by the right name. --- openbsc/include/openbsc/chan_alloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/include/openbsc/chan_alloc.h') diff --git a/openbsc/include/openbsc/chan_alloc.h b/openbsc/include/openbsc/chan_alloc.h index 1a7c85770..f1c890e9d 100644 --- a/openbsc/include/openbsc/chan_alloc.h +++ b/openbsc/include/openbsc/chan_alloc.h @@ -46,7 +46,7 @@ void lchan_free(struct gsm_lchan *lchan); void lchan_reset(struct gsm_lchan *lchan); /* Release the given lchan */ -int lchan_release(struct gsm_lchan *lchan, int sach_deact, int release_mode); +int lchan_release(struct gsm_lchan *lchan, int sacch_deact, int release_mode); struct load_counter { unsigned int total; -- cgit v1.2.3