Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RangeNetworks/openbts
/ typeName
Method
typeName
Control/ControlTransfer.cpp:197–204 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
195
}
196
}
197
const char *GenericL3Msg::typeName()
198
{
199
switch (ml3Type) {
200
case MsgTypeLCH: return
"MsgTypeLCH"
;
201
case MsgTypeSIP: return
"MsgTypeSIP"
;
202
default: return
"invalid"
;
203
}
204
}
205
#endif
206
207
void controlInit()
Callers
1
csl3Write
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected