aboutsummaryrefslogtreecommitdiffstats
path: root/doc/sequence_charts/Makefile.am
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2019-10-07 21:14:02 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2019-11-01 17:35:17 +0100
commit82f58fed6aedbea418fdefcdac65a1b8713d5aeb (patch)
treed5668017adb4448dae347953a425b044d9bf3a8b /doc/sequence_charts/Makefile.am
parent0f6664bb3d152592c5e306b419d22802f06172cb (diff)
charts: add full MO and MT voice call diagram
Add voice_call_full.msc, generated from a real 2G<->3G voice call log fed to msc_log_to_ladder.py. The idea is to document how the voice call sequence of events changes in upcoming patches. Change-Id: I8a907d6a4ece1f3ad78da75a8c3e3e76afd5418d
Diffstat (limited to 'doc/sequence_charts/Makefile.am')
-rw-r--r--doc/sequence_charts/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/sequence_charts/Makefile.am b/doc/sequence_charts/Makefile.am
index f1775c8f5..6782f44e7 100644
--- a/doc/sequence_charts/Makefile.am
+++ b/doc/sequence_charts/Makefile.am
@@ -13,18 +13,20 @@ CLEANFILES = \
inter_bsc_ho.png \
inter_msc_ho.png \
mncc_call_fsm.png \
+ voice_call_full.png \
$(NULL)
msc: \
$(builddir)/mncc_call_fsm.png \
$(builddir)/inter_bsc_ho.png \
$(builddir)/inter_msc_ho.png \
+ $(builddir)/voice_call_full.png \
$(NULL)
dot: \
$(NULL)
-$(builddir)/%.png: $(srcdir)/%.msc
+$(builddir)/%.png: %.msc
mscgen -T png -o $@ $<
$(builddir)/%.png: $(srcdir)/%.dot