osmo-bsc/src
Harald Welte 01a3c2689c gsm_04_80: Avoid using deprecated API
gsm_04_80_utils.c: In function ‘bsc_send_ussd_release_complete’:
gsm_04_80_utils.c:37:9: warning: ‘gsm0480_create_ussd_release_complete’ is deprecated: Use gsm0480_create_release_complete() instead. [-Wdeprecated-declarations]
   37 |  struct msgb *msg = gsm0480_create_ussd_release_complete();
      |         ^~~~
  CC       gsm_data.o
In file included from gsm_04_80_utils.c:22:
/usr/local/include/osmocom/gsm/gsm0480.h:120:14: note: declared here
  120 | struct msgb *gsm0480_create_ussd_release_complete(void)
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The commit is not changing the existing logic/assumption: TID 0 should
not be in use by anything else at the point the USSD is generated.

Change-Id: I739158dec62cd5f0c2080fbb426af9c024baef87
2019-12-06 14:04:23 +00:00
..
ipaccess exit(2) on unsupported positional arguments on command line 2019-12-03 21:49:31 +01:00
libfilter rename gsm_04_08_utils.[hc] to gsm_04_08_rr 2018-07-28 12:18:23 +02:00
osmo-bsc gsm_04_80: Avoid using deprecated API 2019-12-06 14:04:23 +00:00
utils exit(2) on unsupported positional arguments on command line 2019-12-03 21:49:31 +01:00
Makefile.am configure.ac: Add flag to enable/disable build of ipaccess related utils 2019-03-14 17:07:45 +01:00