0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[paging] Initiliaze req in paging_T3113_expired More... over 16 years ago
* add comments for SET BTS ATTR and SET RADIO CARRIER ATTR * use OPSTART on objects whose operational state is Disabled More... over 16 years ago
add new program to use UDP broadcast packets to find ip.access BTS in the network More... over 16 years ago
preliminary ip.access BTS support, as of now only OML singalling works More... over 16 years ago
* more extensive A-bis OML support More... over 16 years ago
* add more GSM 04.08 IEIs * implement function for CHANNEL MODE MODIFY * don't use hard-coded SETUP message but construct it with tlv functions More... over 16 years ago
include already-exported lchan2chan_nr() function in header file More... over 16 years ago
[paging] factor out list iteration... move to the next item More... over 16 years ago
[paging] Send paging requests as response to the PAGING LOAD indicator More... over 16 years ago
[paging] Stop the timer when the paging was successful More... over 16 years ago
[paging] Stop counting the requests... harald implemented sepc conform timer support More... over 16 years ago
[ccch load] Enable notifications for CCCH/PAGING LOAD again More... over 16 years ago
[misc] Another set of build fixes... More... over 16 years ago
[tests] Fix building... add another stub... More... over 16 years ago
[misc] Add header files to fix make distcheck More... over 16 years ago
* make sure we start sending B channel data on channel activation More... over 16 years ago
mISDN doesn't support select-writefd's but rather sends PH_DATA_CNF indications which should trigger us sending a new data packet on the B channel More... over 16 years ago
* decrease subscriber refcount when free()ing a paging request * use a new timer that stops paging requests after some time, rather than sending them indefinitely More... over 16 years ago
* fill the e1_link member of every bts_trx_ts structure * introduce new timer as part of every paging request More... over 16 years ago
set up a static TRAU mux mapping between on-air TS1 and TS2 More... over 16 years ago
prettier debug prints in mISDN driver More... over 16 years ago
[paging] Introduce a variable containing the free paging slots More... over 16 years ago
[paging] Cleanup page -> paging in function names More... over 16 years ago
introduce lookup of subscribers based on their extension number More... over 16 years ago
some more primitive names for improved debug readability More... over 16 years ago
* always use bts->c0 as msg->trx for OML messages More... over 16 years ago
* correctly initialize link->tei and link->sapi * fix debug printf More... over 16 years ago
fix segfault when trying to dequeue list head as list element More... over 16 years ago
remove old misdn driver; the code is now using e1_input.c in combination with src/input/misdn.c More... over 16 years ago
* add trau_mux implementation to relay from one incoming TRAU channel to another one (simple voice call switching) * add a way more generic E1 input layer, abstracting out the misdn low-level interface. This also adds infrastructure for multiple TRX in one BTS, as well as multiple BTS on one E1 link * add a E1 subchannel multiplexer for sending multiple 16kbit sub-channels one one 64kBps E1 channel * add TRAU IDLE frame generation * terminate bsc_hack in case there is a E1 / mISDN init error * introduce 'e1_config.c' file with static configuration of our E1 setup (which TRX/BTS is configured for which TEI/SAPI/E1). This should later become a config file rather than a compiled C file. More... over 16 years ago