aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2014-01-20 13:08:21 +0100
committerAndreas Eversberg <jolly@eversberg.eu>2014-04-06 08:58:32 +0200
commite5beda8f83fcac0efaf783ba66e4409fa326a7c4 (patch)
tree59dd272ff5f2d68f4e4d6f0f38a11a112f4c2aaa /include
parent96735bb4c95091e2d645e4c22c7d34290e2c3e1e (diff)
ABIS: Support of multiple RSL connections for ABIS/ipaccess
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/abis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmo-bts/abis.h b/include/osmo-bts/abis.h
index fb0fbd76..99da17d9 100644
--- a/include/osmo-bts/abis.h
+++ b/include/osmo-bts/abis.h
@@ -17,7 +17,7 @@ enum {
};
struct e1inp_line *abis_open(struct gsm_bts *bts, const char *dst_host,
- const char *model_name);
+ const char *model_name, int trx_num);
int abis_oml_sendmsg(struct msgb *msg);