aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/gsm_data.h
AgeCommit message (Expand)AuthorFilesLines
2018-04-23gsm_data_shared.h: Remove unused enum gsm_paging_eventPau Espin Pedrol1-7/+0
2018-03-22bssmap: State correct speech codec in ASSIGNMENT COMPLETEHarald Welte1-3/+0
2018-03-22cosmetic: fix typoPhilipp Maier1-1/+1
2018-03-16introduce an osmo_fsm for gsm_subscriber_connectionHarald Welte1-9/+24
2018-03-12gsm_data: use feature list from libosmocorePhilipp Maier1-31/+1
2018-03-07implement support for 3-digit MNC with leading zerosNeels Hofmeyr1-3/+13
2018-03-05gsm48_ra_id_by_bts(): struct gsm48_ra_id* instead of bufNeels Hofmeyr1-1/+1
2018-02-27Add support for Access Control Class ramping.Stefan Sperling1-0/+5
2018-02-19HO: Implement load based handover, as handover_decision_2.cNeels Hofmeyr1-0/+6
2018-02-19HO: clearly mark conn penalty timer member for hodec2Neels Hofmeyr1-1/+3
2018-02-19HO: lchan: store last seen measurement report nr, tweak logNeels Hofmeyr1-0/+1
2018-02-19Permit set of multiple different A5 ciphersHarald Welte1-1/+2
2018-02-19Structural reform: Get rid of osmo_bsc_sccp_conHarald Welte1-3/+48
2018-02-16HO: store speech codec list from BSSMAP Assignment in connNeels Hofmeyr1-0/+10
2018-02-16HO: move penalty timers to own file as proper APINeels Hofmeyr1-9/+1
2018-02-14gsm_network: drop unused subscr_epxire_timerNeels Hofmeyr1-3/+0
2018-02-14drop unused common.hNeels Hofmeyr1-1/+0
2018-02-14drop libcommon-cs completelyNeels Hofmeyr1-1/+0
2018-02-14common_cs.h: mv gsm_encr to gsm_data.hNeels Hofmeyr1-0/+8
2018-02-14gsm_network: drop unused trans_listNeels Hofmeyr1-6/+0
2018-02-14libcommon: join gsm_data_shared.* into gsm_data.*Neels Hofmeyr1-1/+894
2018-02-05Add stat items for the BTS's channel load average and T3122.Stefan Sperling1-0/+6
2018-02-05Make "waiting indicator" of IMMEDIATE ASSIGN REJECT dynamic.Stefan Sperling1-0/+3
2018-01-28remove obsolete gsm_subscriber_connection.bts memberHarald Welte1-7/+5
2018-01-22HO: Add a penalty timer list to the subscriber connection entityAndreas Eversberg1-0/+10
2018-01-19HO: add queue to cache DTAP messages during handover/assignmentAndreas Eversberg1-0/+4
2018-01-19HO: fix: increase the number of measurement report history to 10Andreas Eversberg1-0/+2
2018-01-19HO prep: introduce per-BTS handover config, with defaults on net nodeNeels Hofmeyr1-16/+1
2018-01-15Make libcommon, libcommon-cs, libfilter, utils depend on mgcp/sigtranHarald Welte1-1/+3
2018-01-04Reduce T3109 default from 19s to 5sHarald Welte1-1/+1
2017-12-23cosmetic: Hide all accesses to conn->bts behind conn_get_bts()Harald Welte1-0/+4
2017-12-19remove unused 'lac' member of 'struct gsm_subscriber_connection'Harald Welte1-2/+0
2017-12-19gsm_data.h: Document all fields of gsm_subscriber_connectionHarald Welte1-8/+14
2017-12-19Remove some more dead codeHarald Welte1-133/+0
2017-12-19Remove bogus MM INFO configurationHarald Welte1-2/+0
2017-12-19Remove bogus vty config for LU reject causeHarald Welte1-1/+0
2017-12-19Remove unused RRLP options/codecHarald Welte1-8/+0
2017-12-19Remove dead code left over from NITB splitHarald Welte1-39/+0
2017-12-14Add new "chan:mode_modify_nack" counter to count RSL MODE MODIFY NACKHarald Welte1-0/+2
2017-12-14Add a new counter "rsl:ipa_nack" to count number of IPA related NACKsHarald Welte1-0/+2
2017-12-14Add new per-BTS "rsl:unknown" counter to count unknown RSL messagesHarald Welte1-0/+2
2017-12-14Add per-BTS rate_ctr for total + failed number of RSL CHAN_ACTHarald Welte1-0/+4
2017-12-14Reduce T3113 default from 60s to 10sHarald Welte1-1/+1
2017-12-14libbsc: paging: more reasonable (and detailed) paging statisticsHarald Welte1-5/+13
2017-12-11Change T3101 default from 10s to 3s.Harald Welte1-1/+1
2017-12-09Remove 'msc' counter group from BSCHarald Welte1-53/+0
2017-12-09rate_ctr: Use ':' as separator, not '.'Harald Welte1-18/+18
2017-12-09Move many counters from BSC-global to per-BTS granularityHarald Welte1-22/+35
2017-12-06use _NUM_CHREQ_T to define the size of ctype_by_chreqAlexander Couzens1-1/+1
2017-11-30auth: remove obsolete VTY commandsPhilipp Maier1-1/+0