mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 23:37:22 +00:00
from : if (size > (p->clbuf->size - headroom)) to : if (size >= (p->clbuf->size - headroom)) |
||
|---|---|---|
| .. | ||
| 3gpp | ||
| core | ||
| gtp | ||
| logger | ||
| nas | ||
| s1ap | ||
| s6a | ||
| Makefile.am | ||