aboutsummaryrefslogtreecommitdiffstats
path: root/grc
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2017-07-19 03:05:07 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2017-07-19 14:02:49 +0700
commitac3a527c9897c71ae463c6af58829a6232dda2e5 (patch)
tree735cc1e36c7c3bd637883d11c1bfb18492c2076d /grc
parent948f70463f45241bf931e7dbb6107c478d58ca54 (diff)
trx_interface: implement incoming data handler
This change implements a receive path for UL bursts, namely the OsmoTRX style header conversation to GSMTAP.
Diffstat (limited to 'grc')
-rw-r--r--grc/trx_interface/gsm_trx.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/grc/trx_interface/gsm_trx.xml b/grc/trx_interface/gsm_trx.xml
index 71c88ef..f73b5fd 100644
--- a/grc/trx_interface/gsm_trx.xml
+++ b/grc/trx_interface/gsm_trx.xml
@@ -24,6 +24,11 @@
<type>message</type>
</sink>
+ <source>
+ <name>bursts</name>
+ <type>message</type>
+ </source>
+
<doc>
OsmoTRX like UDP interface for external applications.