open5gs/lib
Sukchan Lee b7068fd572
Some checks are pending
Meson Continuous Integration / Build and Test on Ubuntu Latest (push) Waiting to run
sbi: Move vendored cJSON to lib/third-party
Move the vendored cJSON copy out of the generated OpenAPI tree:

```
lib/sbi/openapi/external/cJSON.{c,h}
-> lib/third-party/cjson/cJSON.{c,h}
```

The copy under lib/sbi/openapi/external/ came from the OpenAPI generator
output, but cJSON is a third-party dependency rather than generated SBI
model code. Keep it in lib/third-party/cjson/ as the single canonical
vendored copy.

Update the current openapi-generator template sets accordingly so that
regenerated model code includes the relocated header directly:

```
```

This avoids any post-processing after regeneration and works regardless
of which generated source directory includes the header, since the path
no longer depends on "../" relative traversal.

Notes:

* The generator still emits an external/cJSON.{c,h} pair from
  cJSON.{c,h}.mustache into its output directory. That generated copy is
  no longer copied into the source tree.

* The older template sets (r16 5.2.0/6.4.0, r17 6.4.0/7.20.0) are left
  untouched as a historical record of what generated past trees.
2026-07-09 10:57:33 +09:00
..
app [MME] Add network policy (TS 24.301 9.9.3.52) 2026-06-26 13:04:18 +09:00
asn1c Release v2.8.0 2026-06-20 12:38:31 +09:00
core merge main branch 2026-06-10 09:07:45 +09:00
crypt merge main branch 2026-06-10 09:07:45 +09:00
dbi Release v2.8.0 2026-06-20 12:39:48 +09:00
diameter [MME] S6a ULR: Add SMS-Register-Request AVP with SMS in MME Not Preferred 2026-02-25 22:34:31 +09:00
gtp gtp: update TLV definitions to Rel-19 2026-06-17 13:14:13 +09:00
ipfw ipfw: prevent crash on empty flow description 2026-06-23 17:21:23 +09:00
metrics sbi: Move vendored cJSON to lib/third-party 2026-07-09 10:57:33 +09:00
nas nas: fix uninitialized read in NAS DNN/APN decode 2026-06-27 11:40:33 +09:00
ngap s1ap, ngap: migrate ASN.1 generated code to R19 2026-05-04 08:46:47 +09:00
pfcp sgwc: reclaim orphaned indirect forwarding tunnels 2026-06-29 09:30:25 +09:00
proto pfcp: update TLV definitions to TS 29.244 R19.5.0 2026-06-17 10:05:16 +09:00
s1ap s1ap, ngap: migrate ASN.1 generated code to R19 2026-05-04 08:46:47 +09:00
sbi sbi: Move vendored cJSON to lib/third-party 2026-07-09 10:57:33 +09:00
sctp [PFCP] Refactor PFCP address handling (#3431) 2025-01-11 20:33:02 +09:00
third-party sbi: Move vendored cJSON to lib/third-party 2026-07-09 10:57:33 +09:00
tun [AMF] Follow-up on #3880 2025-06-17 17:34:18 +09:00
meson.build sbi: Move vendored cJSON to lib/third-party 2026-07-09 10:57:33 +09:00