Osmocom HLR for GSUP protocol towards OsmoSGSN and OsmoMSC https://osmocom.org/projects/osmo-hlr
Go to file
Neels Hofmeyr a7d0f87eb7 add osmo_gsup_msgb_alloc()
Throughout osmo-hlr's code, the GSUP msgb allocation is duplicated as:

  msgb_alloc_headroom(1024+16, 16, "foo");

Instead, use one common function to keep the magic numbers in one place.

Change-Id: I40e99b5bc4fd8f750da7643c03b2119ac3bfd95e
2019-11-25 13:13:19 +01:00
contrib contrib/jenkins.sh: run "make maintainer-clean" 2019-07-10 13:29:54 +02:00
debian Bump version: 1.0.0.49-e493-dirty → 1.1.0 2019-08-07 16:14:24 +02:00
doc hlr db schema 3: hlr_number -> msc_number 2019-11-12 16:23:48 +00:00
include add osmo_gsup_msgb_alloc() 2019-11-25 13:13:19 +01:00
sql hlr db schema 3: hlr_number -> msc_number 2019-11-12 16:23:48 +00:00
src add osmo_gsup_msgb_alloc() 2019-11-25 13:13:19 +01:00
tests db upgrade: remove some code dup 2019-11-25 13:13:18 +01:00
.gitignore gitignore: add tests/db_upgrade/*.dump 2019-11-25 13:13:05 +01:00
.gitreview Add gerrit settings 2016-12-21 10:35:38 +01:00
COPYING add COPYING file with AGPLv3 license text 2016-11-11 10:17:06 +01:00
Makefile.am Fix DISTCHECK_CONFIGURE_FLAGS override 2018-12-04 15:11:07 +00:00
configure.ac move headers to include/osmocom/hlr 2019-11-20 01:25:39 +01:00
git-version-gen build with autoconf/automake, add jenkins.sh script 2016-12-11 01:07:26 +01:00
libosmo-gsup-client.pc.in pkg-config: Fix libosmo-gsup-client pkg-config file 2018-07-31 19:37:45 +02:00