Fixes and improvements of layer23.
authorAndreas Eversberg <jolly@eversberg.eu>
Thu, 29 Apr 2010 18:46:11 +0000 (20:46 +0200)
committerAndreas Eversberg <jolly@eversberg.eu>
Thu, 29 Apr 2010 18:46:11 +0000 (20:46 +0200)
commit516917e83645fad3b72623817c01190cc773e0e6
treea3391e353870f55af763289b750baf0be7442e29
parent9ef7ac8b118f20eddd811561a4fb3ca4e9f2e054
Fixes and improvements of layer23.
21 files changed:
src/host/gsm48-andreas/issues.txt
src/host/layer23/include/osmocom/gsm322.h
src/host/layer23/include/osmocom/l23_app.h
src/host/layer23/include/osmocom/networks.h [new file with mode: 0644]
src/host/layer23/include/osmocom/osmocom_data.h
src/host/layer23/include/osmocom/support.h
src/host/layer23/include/osmocom/sysinfo.h
src/host/layer23/src/Makefile.am
src/host/layer23/src/app_mobile.c
src/host/layer23/src/gsm322.c
src/host/layer23/src/gsm48_mm.c
src/host/layer23/src/gsm48_rr.c
src/host/layer23/src/l1ctl.c
src/host/layer23/src/logging.c
src/host/layer23/src/main.c
src/host/layer23/src/networks.c [new file with mode: 0644]
src/host/layer23/src/support.c
src/host/layer23/src/sysinfo.c
src/shared/libosmocore/src/gsm48.c
src/target/firmware/Makefile.inc
src/target/firmware/layer1/l23_api.c