bsc: Move transaction.c from the libbsc to the libmsc

The BSC code does not use transactions, move it to the libmsc.
This commit is contained in:
Holger Hans Peter Freyther 2011-04-18 17:00:25 +02:00
parent 0e7d071e47
commit d447e99587
3 changed files with 1 additions and 2 deletions

View File

@ -18,7 +18,6 @@ libbsc_a_SOURCES = abis_nm.c abis_nm_vty.c \
handover_decision.c handover_logic.c meas_rep.c \
rest_octets.c system_information.c \
e1_config.c \
transaction.c \
bsc_api.c bsc_msc.c bsc_vty.c \
gsm_04_08_utils.c \
bsc_init.c

View File

@ -15,5 +15,6 @@ libmsc_a_SOURCES = auth.c \
token_auth.c \
ussd.c \
vty_interface_layer3.c \
transaction.c \
osmo_msc.c

View File

@ -149,4 +149,3 @@ int trans_assign_trans_id(struct gsm_subscriber *subscr,
return -1;
}