osmo-hlr/include
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
..
osmocom add osmo_gsup_msgb_alloc() 2019-11-25 13:13:19 +01:00
Makefile.am move headers to include/osmocom/hlr 2019-11-20 01:25:39 +01:00