aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/abis_rsl.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-07-12 09:50:35 +0200
committerHarald Welte <laforge@gnumonks.org>2009-07-12 09:50:35 +0200
commit20855547bf2b8c37b8a1cd568fb3a4525951b813 (patch)
tree196442919e99aacc66b65fbf648aec6adb945590 /openbsc/include/openbsc/abis_rsl.h
parent86c162dce88ac12073d05f4386f00d5c65cabcb3 (diff)
rename ip.access structure field members and variables
to reflect that we now know their true names/meanings
Diffstat (limited to 'openbsc/include/openbsc/abis_rsl.h')
-rw-r--r--openbsc/include/openbsc/abis_rsl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/abis_rsl.h b/openbsc/include/openbsc/abis_rsl.h
index 22a6a00b1..e0c835abd 100644
--- a/openbsc/include/openbsc/abis_rsl.h
+++ b/openbsc/include/openbsc/abis_rsl.h
@@ -406,7 +406,8 @@ int rsl_data_request(struct msgb *msg, u_int8_t link_id);
/* ip.access specfic RSL extensions */
int rsl_ipacc_bind(struct gsm_lchan *lchan);
int rsl_ipacc_connect(struct gsm_lchan *lchan, u_int32_t ip,
- u_int16_t port, u_int16_t f8, u_int8_t fc);
+ u_int16_t port, u_int16_t conn_id,
+ u_int8_t rtp_payload2);
int abis_rsl_rcvmsg(struct msgb *msg);