mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-02 13:03:33 +00:00
Numerous manual adjustments are included to make sense on the sysmocom/iu branch: * gsm_04_08_gprs.h has moved to libosmocore on the master branch, but sysmocom/iu has added some entries. Until it is clear whether to move the additions to libosmocore as well, keep gsm_04_08_gprs.h on sysmocom/iu with merely the additions. * Thus, keep using the old gsm_04_08_gprs.[hc] from openbsc in the Makefiles, but only where the sysmocom/iu additions are needed. * In openbsc's gsm_04_08_gprs.h, * include the libosmocore gsm_04_08_gprs.h, * use '#pragma once' instead of #ifndef and * add a TODO comment about moving the rest to libosmocore. * Apply the addition of an osmo_auth_vector to gsm_auth_tuple: in the Iu auth vector hacks, use the gsm_auth_tuple.vec instead of a local struct. See iu_hack__get_hardcoded_auth_tuple() and gsm48_rx_gmm_att_req(). * In the si2q tests, pass NULL as ctx to gsm_network_init(). * In cscn_main.c, add a debug log that was originally added to osmo-nitb. * openbsc/.gitignore: keep only one addition of 'writtenconfig' Conflicts: openbsc/include/openbsc/gprs_sgsn.h openbsc/include/openbsc/gsm_04_08_gprs.h openbsc/src/gprs/gsm_04_08_gprs.c openbsc/src/libmsc/gsm_04_08.c openbsc/src/osmo-cscn/cscn_main.c openbsc/tests/gsm0408/Makefile.am
27 lines
1.1 KiB
Makefile
27 lines
1.1 KiB
Makefile
noinst_HEADERS = abis_nm.h abis_rsl.h db.h gsm_04_08.h gsm_data.h \
|
|
gsm_subscriber.h gsm_04_11.h debug.h signal.h \
|
|
misdn.h chan_alloc.h paging.h ctrl.h \
|
|
trau_mux.h rs232.h openbscdefines.h rtp_proxy.h \
|
|
bsc_rll.h mncc.h transaction.h ussd.h gsm_04_80.h \
|
|
silent_call.h mgcp.h meas_rep.h rest_octets.h \
|
|
system_information.h handover.h mgcp_internal.h \
|
|
vty.h socket.h e1_config.h trau_upqueue.h token_auth.h \
|
|
handover_decision.h rrlp.h \
|
|
crc24.h gprs_llc.h gprs_gmm.h \
|
|
gb_proxy.h gprs_sgsn.h gsm_04_08_gprs.h sgsn.h \
|
|
auth.h osmo_msc.h bsc_msc.h bsc_nat.h \
|
|
osmo_bsc_rf.h osmo_bsc.h network_listen.h bsc_nat_sccp.h \
|
|
osmo_msc_data.h osmo_bsc_grace.h sms_queue.h abis_om2000.h \
|
|
bss.h gsm_data_shared.h ipaccess.h mncc_int.h \
|
|
arfcn_range_encode.h nat_rewrite_trie.h bsc_nat_callstats.h \
|
|
osmux.h mgcp_transcode.h gprs_utils.h \
|
|
gprs_gb_parse.h smpp.h meas_feed.h \
|
|
gprs_gsup_client.h bsc_msg_filter.h \
|
|
oap.h oap_messages.h \
|
|
gtphub.h \
|
|
msc_api.h msc_ifaces.h iu.h iu_cs.h \
|
|
xsc.h
|
|
|
|
openbsc_HEADERS = gsm_04_08.h meas_rep.h bsc_api.h
|
|
openbscdir = $(includedir)/openbsc
|