aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/abis_rsl.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-08-10 10:07:33 +0200
committerHarald Welte <laforge@gnumonks.org>2009-08-10 10:07:33 +0200
commit31c489390ccfbcb100691f2bb5d05e4eea155225 (patch)
tree76d46bd33f224dd42df0f67830475d51fabd1f46 /openbsc/include/openbsc/abis_rsl.h
parent67fa91bf427a3ef7a835561abc7f40b291ce843f (diff)
make rsl_siemens_mrpci() use struct rsl_mrpci
Diffstat (limited to 'openbsc/include/openbsc/abis_rsl.h')
-rw-r--r--openbsc/include/openbsc/abis_rsl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/abis_rsl.h b/openbsc/include/openbsc/abis_rsl.h
index e9c60b52a..e5ed631ef 100644
--- a/openbsc/include/openbsc/abis_rsl.h
+++ b/openbsc/include/openbsc/abis_rsl.h
@@ -509,7 +509,7 @@ enum rsl_mrpci_phase {
RSL_MRPCI_PHASE_2PLUS = 3,
};
-int rsl_siemens_mrpci(struct gsm_lchan *lchan, u_int8_t mrpci);
+int rsl_siemens_mrpci(struct gsm_lchan *lchan, struct rsl_mrpci *mrpci);
/* ip.access specfic RSL extensions */
int rsl_ipacc_bind(struct gsm_lchan *lchan);