Compare commits

...

2 Commits

3 changed files with 38 additions and 0 deletions

View File

@ -1,6 +1,9 @@
#!/usr/bin/perl -w
use strict;
BEGIN {
push @INC, '.';
}
use OsmoLadder;
# Script to generate Graphviz (.dot) based ladder diagrams for network

18
mo_call_isdn.lad Normal file
View File

@ -0,0 +1,18 @@
[global]
title "Mobile Originated (MO) call in ISDN"
[entities]
ms "MS"
msc "MSC"
b "B"
[messages]
ms msc "CC SETUP[MSISDN]"
msc b "ISUP IAM[MSISDN]"
b msc "ISUP ACM"
msc ms "CC ALERTING"
b msc "ISUP ANM"
msc ms "CC CALL CONFIRMED"
ms b "Open Voice Channel" both dashed
ms msc "CC DISCONNECT"
msc b "ISUP REL"

17
sim_cat_session.lad Normal file
View File

@ -0,0 +1,17 @@
[global]
title "SIM Card Applet Toolkit (CAT) Session"
[entities]
uicc "UICC"
ue "UE"
[messages]
ue uicc "Card Activation"
uicc ue "ATR"
ue uicc "TERMINAL PROFILE"
uicc ue "SET UP MENU"
uicc ue "SET UP EVENT LIST"
ue uicc "Regular SIM/USIM related activity like READ(EF.IMSI) etc." both
ue uicc "ENVELOPE (TIMER EXPIRATION)"
ue uicc "ENVELOPE (EVENT DOWNLOAD - Location Status)"
ue uicc "Card Activation"