From e4febd26979615eb5b48b937b07c1e60cd730d13 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Wed, 8 Mar 2023 01:48:02 +0100 Subject: [PATCH] charts: Rename voice_call_full.msc to voice_call_external_mncc.msc Because I will soon add an _internal_mncc one as well. Change-Id: Ic90a93d749ea936a632a45e615007a58104eeedd --- doc/sequence_charts/Makefile.am | 2 +- .../{voice_call_full.msc => voice_call_external_mncc.msc} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename doc/sequence_charts/{voice_call_full.msc => voice_call_external_mncc.msc} (100%) diff --git a/doc/sequence_charts/Makefile.am b/doc/sequence_charts/Makefile.am index c119458b8..f71d93476 100644 --- a/doc/sequence_charts/Makefile.am +++ b/doc/sequence_charts/Makefile.am @@ -15,7 +15,7 @@ msc: \ $(builddir)/mncc_call_fsm.png \ $(builddir)/inter_bsc_ho.png \ $(builddir)/inter_msc_ho.png \ - $(builddir)/voice_call_full.png \ + $(builddir)/voice_call_external_mncc.png \ $(builddir)/call_reestablishment.png \ $(NULL) diff --git a/doc/sequence_charts/voice_call_full.msc b/doc/sequence_charts/voice_call_external_mncc.msc similarity index 100% rename from doc/sequence_charts/voice_call_full.msc rename to doc/sequence_charts/voice_call_external_mncc.msc