mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-03 05:23:43 +00:00
bsc_vty: Fix usage of deprecated osmo_osmo_hexdump_nospc
The typo was fixed upstream Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
@@ -509,7 +509,7 @@ static void config_write_bts_single(struct vty *vty, struct gsm_bts *bts)
|
|||||||
get_value_string(osmo_sitype_strs, i), VTY_NEWLINE);
|
get_value_string(osmo_sitype_strs, i), VTY_NEWLINE);
|
||||||
vty_out(vty, " system-information %s static %s%s",
|
vty_out(vty, " system-information %s static %s%s",
|
||||||
get_value_string(osmo_sitype_strs, i),
|
get_value_string(osmo_sitype_strs, i),
|
||||||
osmo_osmo_hexdump_nospc(bts->si_buf[i], sizeof(bts->si_buf[i])),
|
osmo_hexdump_nospc(bts->si_buf[i], sizeof(bts->si_buf[i])),
|
||||||
VTY_NEWLINE);
|
VTY_NEWLINE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user