From 85b179d125bb0b969188599f57a2f5dbb9b0151d Mon Sep 17 00:00:00 2001 From: Thomas Tsou Date: Fri, 15 Nov 2013 21:14:33 -0500 Subject: 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 --- Transceiver52M/Transceiver.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Transceiver52M/Transceiver.h') 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 -- cgit v1.2.3