1
0
Fork 0

OsmoCore: Bind the GSM0808 dtap header creation method.

This commit is contained in:
Holger Hans Peter Freyther 2010-10-19 20:03:25 +02:00
parent bf3a93c098
commit caa497bdb8
1 changed files with 4 additions and 0 deletions

View File

@ -69,6 +69,10 @@ Object subclass: OSMOCore [
OSMOCore class >> gsm0480_create_ussd_resp: invokeId trans: transId text: aText [
<cCall: 'gsm0480_create_ussd_resp' returning: #cObject args: #(#int #int #string) >
]
OSMOCore class >> gsm0808_prepend_dtap_header: msg linkId: aId [
<cCall: 'gsm0808_prepend_dtap_header' returning: #void args: #(#cObject #uInt) >
]
]
Eval [