How to Exclude
CC SGSN-MME
Jakarta, Nov 29rd 2021
Installing Ubuntu
●We can use Cygwin to process EBM exclusion or using portable Ubuntu terminal
●If using Ubuntu, download portable ubuntu in Internet using this link:
[Link]
●Create folder in our laptop (example: in disk c with foldername : trace)
●Enter using path cd /mnt/c/trace
●Extract this items in the created path
Compressed
(zipped) Folder
Accessing EMM to Collect EBM file
●Connect to RSG XL ([Link])
●Connect to Kickstart Surabaya ([Link])
●Connect to EMMSBY2 ([Link])
Collect EBM file
●Go to folder EBM:
cd /var/opt/mediation/MMStorage/ebm_archive
[ericadmin@vemmsbyem2 ebm_archive]$ ls -ltr
total 15864
drwxr-s---. 2 mmsuper med 307200 Sep 3 01:46 tb01
-rw-r--r--. 1 root med 0 Nov 15 20:10 [Link]
drwxr-s---. 5 mmsuper med 5730304 Nov 16 2021 sby10
drwxr-s---. 5 root med 98304 Nov 16 2021 dps07
drwxr-s---. 5 root med 110592 Nov 16 2021 dps08
drwxr-s---. 5 mmsuper med 5689344 Nov 16 2021 sby11
drwxr-s---. 5 mmsuper med 4259840 Nov 16 2021 ygy01
●Enter folder mks05:
cd mkso5
●Copy EBM file into folder /tmp (must be transferred to /tmp folder before copy to local
disk)
[ericadmin@vemmsbyem1 mks05]$ cp <file_ebm> /tmp/
●Using Xftp transfer out EBM to local disk
Parsing EBM file
●#Parse EBM:
./parse_ebm_log.pl -u -l -p ',' -o <name>.csv
●#for All event w/ extended service request, tau_type
cat <name>.csv | awk -F"," '{print "," $200 "," $1 "," $20 "," $239 "," $221 "," $255 "," $75}' | sort |
uniq -c | egrep "activate|attach|deactivate|detach|israu|l_attach|l_bearer_modify|l_handover|
l_pdn_connect|l_pdn_disconnect|l_service_request|l_tau|rau|service_request" | awk -F"," '{print $3
"," $2 "," $4 "," $5 "," $6 "," $7 "," $1}’ > <name>_<date>_analysis.csv
●#Verify the exclusion file have been created
[Link]