1
0
Fork 0

isup: Fill out the category encodings from Q.763

These are used by GSM MAP. So specify the encoding here..
This commit is contained in:
Holger Hans Peter Freyther 2013-08-13 16:27:35 +02:00
parent 00826da5db
commit 108ff0b0b1
1 changed files with 67 additions and 0 deletions

View File

@ -30,3 +30,70 @@ ISUPNatureOfConnectionIndicators class extend [
ecdiNotIncluded [ <category: 'isup-extension'> ^ 2r0 ]
ecdiIncluded [ <category: 'isup-extension'> ^ 2r1 ]
]
ISUPCallingPartysCategory class extend [
callingSubscriberWithPriority [
<category: 'encoding'>
^2r1011
]
categoryUnknown [
<category: 'encoding'>
^2r0
]
dataCall [
<category: 'encoding'>
^2r1100
]
operatorLanguageEnglish [
<category: 'encoding'>
^2r10
]
operatorLanguageFrench [
<category: 'encoding'>
^2r1
]
operatorLanguageGerman [
<category: 'encoding'>
^2r11
]
operatorLanguageRussian [
<category: 'encoding'>
^2r100
]
operatorLanguageSpanish [
<category: 'encoding'>
^2r101
]
ordinarySubscriber [
<category: 'encoding'>
^2r1010
]
payphone [
<category: 'encoding'>
^2r1111
]
reserved [
<category: 'encoding'>
^2r1001
]
spare [
<category: 'encoding'>
^2r1110
]
testCall [
<category: 'encoding'>
^2r1101
]
]