mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 07:08:11 +00:00
update it
This commit is contained in:
parent
d9307d3187
commit
b6ffaf6312
11 changed files with 204 additions and 101 deletions
|
|
@ -96,8 +96,7 @@ CORE_DECLARE(void *) core_uint64_to_buffer(
|
|||
|
||||
CORE_DECLARE(c_uint64_t) core_buffer_to_uint64(void *buffer, int size);
|
||||
|
||||
CORE_DECLARE(void *) core_bcd_to_buffer(
|
||||
char *in, int in_len, void *out, int *out_len);
|
||||
CORE_DECLARE(void *) core_bcd_to_buffer(c_int8_t *in, void *out, int *out_len);
|
||||
|
||||
/** @} */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue