diff options
author | Oliver Smith <osmith@sysmocom.de> | 2018-10-31 14:52:31 +0100 |
---|---|---|
committer | Oliver Smith <osmith@sysmocom.de> | 2018-11-16 15:14:04 +0100 |
commit | 3e0af16bfd901acffb479cf502ce5235ca2eea3b (patch) | |
tree | c04cdcb969e1446a14e4bb25f1275213c128ca0b /doc/manuals/images/sgs-mo_call_no_ps_ho.msc | |
parent | c51609aa5c85dc802823393ee3c37abb734db938 (diff) |
move project specific manuals to their own repososmith/move-manuals-to-project-repos
Build manuals when ./configure --enable-manuals is specified. Requires
osmo-gsm-manuals to be installed.
Related: OS#3385
Depends: I96933dd4dd6cac159847647f1c642215051a9aad (osmo-gsm-manuals)
Change-Id: I2f9c27f81940b02414f0e618483bffade72e8cf7
Diffstat (limited to 'doc/manuals/images/sgs-mo_call_no_ps_ho.msc')
-rw-r--r-- | doc/manuals/images/sgs-mo_call_no_ps_ho.msc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/manuals/images/sgs-mo_call_no_ps_ho.msc b/doc/manuals/images/sgs-mo_call_no_ps_ho.msc new file mode 100644 index 000000000..f886c89d6 --- /dev/null +++ b/doc/manuals/images/sgs-mo_call_no_ps_ho.msc @@ -0,0 +1,18 @@ +msc { + hscale=2; + UE, ENB [label="eNodeB"], BSS, MME, VLR [label="MSC/VLR"], HSS [label="HSS/HLR"]; + + UE => MME [label="NAS Extended Service Request"]; + ENB <= MME [label="S1-AP UE Context Mod Req with CSFB"]; + ENB => MME [label="S1-AP UE Context Mod Resp"]; + UE <= ENB [label="NACC (Network Assisted Cell Change)"]; + ENB => MME [label="S1-AP S1 UE Context Release Req"]; + UE box MME [label="S1 UE Context Release"]; + + UE box HSS [label="UE changes RAT then LA and/or RA update"]; + UE <=> HSS [label="PS Suspend (TS 23.060)"]; + + UE => BSS [label="CM SERV REQ"]; + BSS => VLR [label="COMPL L3 (CM SERV REQ)"]; + UE <=> VLR [label="Normal 2G Voice Call"]; +} |