use msgb_pull() to get bytes from start of message, not msgb_get()
commit6ce46e7a86f4de0b1eef9c641ef6cfb49f1255cd
authorHarald Welte <laforge@gnumonks.org>
Sat, 8 Sep 2012 20:45:30 +0000 (8 22:45 +0200)
committerHarald Welte <laforge@gnumonks.org>
Sat, 8 Sep 2012 20:45:30 +0000 (8 22:45 +0200)
tree5279ef9563f56b4fb74dda9c6fe79f011d185f56
parenta8ce4ea4696a385d18beb785eef8f510c6fed143
use msgb_pull() to get bytes from start of message, not msgb_get()

msgb_get() is for getting bytes from the end of a message, but it
was broken in libosmocore for a long time (until it was fixed today).
src/host/osmocon/osmoload.c
src/target/firmware/apps/loader/main.c
src/target/firmware/apps/loader_mtk/main.c