aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/Transceiver.h
diff options
context:
space:
mode:
authorThomas Tsou <tom@tsou.cc>2013-11-15 21:14:33 -0500
committerThomas Tsou <tom@tsou.cc>2013-11-16 01:44:07 -0500
commit85b179d125bb0b969188599f57a2f5dbb9b0151d (patch)
treea489a19f64f0e28e97008ffc814b5391f7874498 /Transceiver52M/Transceiver.h
parent2e622ff131e06907f26f1eb1edd603e2f8ada118 (diff)
Transceiver52M: Create new osmo-trx executable
Create new main executable with full command line option parsing of relevant parameters. Database configuration table still exists (and must exist because of the global gConfig object), but can be bypassed with command line options. Signed-off-by: Thomas Tsou <tom@tsou.cc>
Diffstat (limited to 'Transceiver52M/Transceiver.h')
-rw-r--r--Transceiver52M/Transceiver.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Transceiver52M/Transceiver.h b/Transceiver52M/Transceiver.h
index 51b6e24..e6b9e12 100644
--- a/Transceiver52M/Transceiver.h
+++ b/Transceiver52M/Transceiver.h
@@ -199,6 +199,9 @@ public:
return true;
}
+ /** accessor for number of channels */
+ size_t numChans() const { return mChans; };
+
/** Codes for channel combinations */
typedef enum {
FILL, ///< Channel is transmitted, but unused