osmo-msc/include/osmocom/msc
Neels Hofmeyr c36e61e3dc use __FILE__, not __BASE_FILE__
The intention was to use the file's basename, but __BASE_FILE__ means "the root
file that is being parsed and contains #include statements".

If we had a function using __BASE_FILE__ and that was defined in an #included
file, __BASE_FILE__ would indicate the first file where the #include is, and
not the file where the function is defined. __BASE_FILE__ works for us because
we don't ever include function definitions that log something, so __BASE_FILE__
always coincides with __FILE__ for our logging; but still __BASE_FILE__ is
semantically the wrong constant.

Related: OS#2740
Change-Id: I1c8122c909938daaf782468c1c5b0262d555c3ce
2018-08-20 12:41:36 +02:00
..
Makefile.am Remove local libgsupclient; Use libosmo-gsup-client from osmo-hlr 2018-08-05 11:20:21 +02:00
a_iface.h a_reset: cleanup + remove dead code 2018-05-17 20:14:01 +00:00
a_iface_bssap.h Don't answer to BSC-originated RESET with another RESET 2018-02-09 02:20:51 +01:00
a_reset.h a_reset: cleanup + remove dead code 2018-05-17 20:14:01 +00:00
common.h rename include/openbsc to include/osmocom/msc 2017-09-06 16:41:25 +02:00
common_cs.h dissolve libcommon,libcommon-cs: clean up vty definitions 2018-03-22 16:52:27 +01:00
db.h Delete expired SMS automatically. 2018-01-25 20:30:40 +00:00
debug.h dissolve libcommon: drop debug.c 2018-03-22 17:05:42 +01:00
gsm_04_08.h libmsc: move L3 call-control to separate C file (gsm_04_08_cc.c) 2018-07-25 18:53:57 +00:00
gsm_04_11.h Permit any Sender MSISDN when sending SMS from VTY 2018-04-09 19:19:33 +02:00
gsm_04_14.h rename include/openbsc to include/osmocom/msc 2017-09-06 16:41:25 +02:00
gsm_04_80.h libmsc/gsm_09_11.c: clean up the local GSM 04.80 API 2018-08-05 07:15:01 +00:00
gsm_09_11.h libmsc/gsm_09_11.c: forward SS/USSD messages to HLR over GSUP 2018-07-30 15:35:14 +00:00
gsm_data.h mgcp: use codec information returned with ASSIGNMENT COMPL. 2018-08-07 16:51:30 +00:00
gsm_data_shared.h Remove unused GSM_PAGING_OOM 2018-04-24 11:35:37 +02:00
gsm_subscriber.h implement periodic Location Update expiry in the VLR 2018-05-23 14:55:00 +02:00
iu_dummy.h rename include/openbsc to include/osmocom/msc 2017-09-06 16:41:25 +02:00
iucs.h iucs: Add a function to return the connection ID for the IU SCCP conn 2018-02-16 08:09:32 +00:00
iucs_ranap.h rename include/openbsc to include/osmocom/msc 2017-09-06 16:41:25 +02:00
mncc.h MNCC: Add input validation 2018-01-23 17:03:05 +00:00
mncc_int.h rename include/openbsc to include/osmocom/msc 2017-09-06 16:41:25 +02:00
msc_ifaces.h mgcp: use osmo-mgw to switch rtp streams 2018-02-05 22:28:43 +00:00
msc_mgcp.h mcgp: let the MGW allocate the MGCP endpoint 2018-03-14 21:08:30 +00:00
openbscdefines.h rename include/openbsc to include/osmocom/msc 2017-09-06 16:41:25 +02:00
osmo_msc.h use __FILE__, not __BASE_FILE__ 2018-08-20 12:41:36 +02:00
rrlp.h RRLP: migrate and share mode definitions from msc_vty.c 2018-08-05 11:33:20 +00:00
signal.h msc/signal.h: use #pragma once include guard 2018-08-04 01:01:12 +07:00
silent_call.h rename include/openbsc to include/osmocom/msc 2017-09-06 16:41:25 +02:00
smpp.h rename include/openbsc to include/osmocom/msc 2017-09-06 16:41:25 +02:00
sms_queue.h Add a VTY command which deletes all expired SMS. 2018-01-25 16:16:15 +00:00
transaction.h libmsc/gsm_09_11.c: implement network-initiated sessions 2018-07-30 21:28:01 +02:00
vlr.h use __FILE__, not __BASE_FILE__ 2018-08-20 12:41:36 +02:00
vty.h dissolve libcommon,libcommon-cs: clean up vty definitions 2018-03-22 16:52:27 +01:00