Osmocom library for A-bis (E1/IP) interface
Go to file
Pablo Neira Ayuso 130c4fbe2e ipa-proxy: add A-bis over IP generic proxy commands for VTY
This patch adds VTY commands to route IPA flows. The following
example allows to add a new route:

$ tests/./ipa_proxy_test &
<0000> ipa_proxy_test.c:74 entering main loop
$ telnet localhost 4260
ipa-proxy-test> enable
ipa-proxy-test# ipa instance input-oml bind 127.0.0.1 tcp port 8888
ipa-proxy-test# ipa instance output-oml connect 127.0.0.1 tcp port 3002
ipa-proxy-test# ipa route instance input-oml streamid 0xfe instance output-oml streamid 0xfe
ipa-proxy-test# ipa instance input-rsl bind 127.0.0.1 tcp port 8889
ipa-proxy-test# ipa instance output-rsl connect 127.0.0.1 tcp port 3003
ipa-proxy-test# ipa route instance input-rsl streamid 0xfe instance output-rsl streamid 0xfe

I'm using this to initially test this code [*].

[*] note that this requires a minor hackish patch for the
src/input/ipaccess.c driver which changes the default OML and RSL
ports to listen in 8888 and 8889 instead of the default ports,
thus, I can initially test everything from the localhost.
2011-06-23 22:15:45 +02:00
include ipa-proxy: add A-bis over IP generic proxy commands for VTY 2011-06-23 22:15:45 +02:00
m4 add missing m4 directory 2011-06-05 18:36:27 +02:00
src ipa-proxy: add A-bis over IP generic proxy commands for VTY 2011-06-23 22:15:45 +02:00
tests ipa-proxy: add A-bis over IP generic proxy commands for VTY 2011-06-23 22:15:45 +02:00
.gitignore initial commit of libosmo-abis 2011-06-05 18:32:44 +02:00
Makefile.am initial commit of libosmo-abis 2011-06-05 18:32:44 +02:00
configure.ac src: use include/osmocom/abis instead of include/osmocom/gsm/abis 2011-06-07 12:21:51 +02:00
git-version-gen initial commit of libosmo-abis 2011-06-05 18:32:44 +02:00
libosmoabis.pc.in initial commit of libosmo-abis 2011-06-05 18:32:44 +02:00