aboutsummaryrefslogtreecommitdiffstats
path: root/osmo
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2013-03-27 07:46:37 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2013-03-27 16:23:05 +0100
commit3ae32dfb73baed07097475612918c089cdea64d8 (patch)
tree5130a800a39cb0dfd716d564b2c25ca7b3228d8c /osmo
parentb33d07309a6133fdac6b79df742ee1fae33d1f37 (diff)
osmo: Move the OsmoAppConnection into the same category as OsmoUDPSocket
These two classes will start to share a base class for the close and open and creating the processes in the future.
Diffstat (limited to 'osmo')
-rw-r--r--osmo/OsmoAppConnection.st2
1 files changed, 1 insertions, 1 deletions
diff --git a/osmo/OsmoAppConnection.st b/osmo/OsmoAppConnection.st
index e85aea8..47e8f5c 100644
--- a/osmo/OsmoAppConnection.st
+++ b/osmo/OsmoAppConnection.st
@@ -18,7 +18,7 @@
Object subclass: OsmoAppConnection [
| socket writeQueue demuxer muxer dispatcher ctrlBlock |
- <category: 'OsmoNetwork-Control'>
+ <category: 'OsmoNetwork-Socket'>
<comment: 'I connect to a OpenBSC App on the Control Port and wait for
TRAPS coming from the server and will act on these.'>