On Sat, Jan 11, 2025 at 01:19:54PM -0800, Mychaela Falconia wrote: > Question: what is the appropriate tool within the accepted Osmocom > adoc suite for drawing such diagrams?
We often have graphviz dotty and msc charts created by a text format embedded in our asciidoc manuals (and osmocom.org wiki). Look in osmo-{bsc,msc,mgw,upf}.git/doc/manuals/ for many examples. If your chart is more complex, I'd personally make an SVG using inkscape and add that .svg file in the doc. HTH ~N