diff options
author | Neels Hofmeyr <neels@hofmeyr.de> | 2019-02-22 04:48:56 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2019-02-26 10:34:33 +0000 |
commit | 99273c7662b786a9c92d25282060dc791ee37a4a (patch) | |
tree | ab90d9ac562087124b4a8b664deff9d144b9d2b5 /include/osmocom/core/isdnhdlc.h | |
parent | 5ec0cf5475a7b31efa3b122f53e6c2a0e1908c20 (diff) |
enlarge gsm0808 msgb headroom
It should be large enough to prepend a struct osmo_scu_prim to pass down an
SCCP stack (see libosmo-sccp). 264 should suffice, but pick the next larger
power-of-two instead.
In osmo-msc, I would like to prepend an osmo_prim to the msgb created by
gsm0808 API, but turns out the headroom is too small:
msgb(0x61700001b660): Not enough headroom msgb_push (126 < 264)
Instead of always copying a msgb that has just that instant been created, it
makes more sense to allocate sufficient headroom in the first place.
Change-Id: I95729991eb49555f8bba60c5dc916131b03b6cf2
Diffstat (limited to 'include/osmocom/core/isdnhdlc.h')
0 files changed, 0 insertions, 0 deletions