Patch openbsc to use the moved and renamed functions

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Jacob Erlbeck jerlbeck at sysmocom.de
Tue Jan 5 10:42:40 UTC 2016


Hi,

this patch set expects that the following patches have been applied
to the libosmocore project:

  - msgb: Add msgb_resize_area and msgb_copy
  - gb: Add bssgp_msgb_copy function
  - gsm: Add APN conversion functions

Jacob

[PATCH 1/3] gprs: Remove gprs_apn_to_str and gprs_str_to_apn
[PATCH 2/3] gprs: Remove gprs_msgb_resize_area and gprs_msgb_copy
[PATCH 3/3] sgsn: Consolidate gprs_apn2str with osmo_apn_to_str

======
 openbsc/include/openbsc/gprs_utils.h |  10 +--
 openbsc/src/gprs/gb_proxy.c          |   8 +-
 openbsc/src/gprs/gb_proxy_patch.c    |  11 +--
 openbsc/src/gprs/gb_proxy_vty.c      |   6 +-
 openbsc/src/gprs/gprs_gmm.c          |   2 +-
 openbsc/src/gprs/gprs_sgsn.c         |   4 +-
 openbsc/src/gprs/gprs_subscriber.c   |   5 +-
 openbsc/src/gprs/gprs_utils.c        | 146 -----------------------------------
 openbsc/src/gprs/gtphub.c            |   4 +-
 openbsc/src/gprs/sgsn_cdr.c          |   5 +-
 openbsc/src/gprs/sgsn_vty.c          |  22 +-----
 openbsc/tests/gbproxy/gbproxy_test.c |  15 ++--
 openbsc/tests/gprs/gprs_test.c       |  29 +++----
 openbsc/tests/gtphub/Makefile.am     |   1 +
 openbsc/tests/sgsn/sgsn_test.c       |  13 ++--
 15 files changed, 63 insertions(+), 218 deletions(-)




More information about the OpenBSC mailing list