mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-01 21:00:19 +00:00
Add more memory log
This commit is contained in:
parent
80a9497afd
commit
118d62d42d
657 changed files with 4179 additions and 3131 deletions
|
|
@ -219,6 +219,7 @@ static void security_test6(abts_case *tc, void *data)
|
|||
ogs_pkbuf_t *pkbuf = NULL;
|
||||
|
||||
m = ogs_calloc(m_len, sizeof(uint8_t));
|
||||
ABTS_PTR_NOTNULL(tc, m);
|
||||
memcpy(m, &count, sizeof(uint32_t));
|
||||
m[4] = ((0x1a << 3) | (1 << 2));
|
||||
memcpy(m+8, OGS_HEX(_message, strlen(_message), message), msg_len);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue