aboutsummaryrefslogtreecommitdiffstats
path: root/TestPhone.st
diff options
context:
space:
mode:
Diffstat (limited to 'TestPhone.st')
-rw-r--r--TestPhone.st3
1 files changed, 3 insertions, 0 deletions
diff --git a/TestPhone.st b/TestPhone.st
index b65dc44..ddb4710 100644
--- a/TestPhone.st
+++ b/TestPhone.st
@@ -21,6 +21,7 @@ PackageLoader fileInPackage: 'OsmoGSM'.
Object subclass: IPAConnection [
| socket demuxer queue muxer dispatcher sccp ipa sem |
+ <category: 'OsmoTestPhone'>
<import: OsmoGSM>
IPAConnection class >> initWith: anAddr port: aPort token: aToken [
@@ -98,6 +99,7 @@ Object subclass: IPAConnection [
Object subclass: IPAConfig [
| addr port token connection sem |
+ <category: 'OsmoTestPhone'>
addr: anAddr port: aPort [
addr := anAddr.
@@ -182,6 +184,7 @@ Object subclass: IPAConfig [
Object subclass: PhoneConfig [
| imsi auKey auVer |
+ <category: 'OsmoTestPhone'>
<comment: 'I am the config of a phone. I do have an IMSI and such.'>
PhoneConfig class >> initWith: aImsi auKey: anAuKey [