layer23: GSMTAP update (gsmtap for uplink, DCCH and ACCH)
authorHarald Welte <laforge@gnumonks.org>
Thu, 4 Mar 2010 14:41:11 +0000 (15:41 +0100)
committerHarald Welte <laforge@gnumonks.org>
Thu, 4 Mar 2010 14:43:45 +0000 (15:43 +0100)
commit582aec803c2bc4e2db9ab8d59feb95c187f9d1f3
tree7fc3c66b14381905963fbe0653798e6cf7c79db8
parent5a1d72cfc6b8f81503ecbaf99bd929b74975203a
layer23: GSMTAP update (gsmtap for uplink, DCCH and ACCH)

* use GSMTAP for uplink frames (generated by layer23; sent to L1)
* only use GSMTAP if the user specifies the '-i dstip' arguments
* properly encode the GSMTAP channel type
* requires GSMTAP protocol version 0x02 (see next commit for wireshark patch)
src/host/layer23/include/osmocom/Makefile.am
src/host/layer23/include/osmocom/gsmtap_util.h [new file with mode: 0644]
src/host/layer23/src/gsmtap_util.c
src/host/layer23/src/gsmtap_util.h [deleted file]
src/host/layer23/src/l1ctl.c
src/host/layer23/src/main.c