aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/sgsn/gprs_subscriber.h
AgeCommit message (Collapse)AuthorFilesLines
2018-08-20use __FILE__, not __BASE_FILE__Neels Hofmeyr1-2/+2
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: Icdf7af7a31fbba9197b3711eaf102fc0ae333bcc
2017-09-06move include/openbsc to include/osmocom/sgsnNeels Hofmeyr1-0/+31
Change-Id: I281ef585fffc2644682c8282224fb1c2da5ca795