aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-12-01HO: Add option to allow immediate retry of assignment/handover if failedAndreas Eversberg2-1/+4
2017-12-01Upgrade MNCC version to 3Andreas Eversberg1-1/+1
2017-12-01HO: New improved handover algorithmAndreas Eversberg3-2/+11
2017-12-01HO: Move handover VTY commands, prepare for other HO algorithmsAndreas Eversberg3-2/+10
2017-12-01Fix: Increase the number of measurement report history to 10Andreas Eversberg2-1/+3
2017-12-01Add a queue to bsc_api to queue DTAP messages during handover/assignmentAndreas Eversberg1-0/+1
2017-12-01HO: Improve silent call featureAndreas Eversberg3-2/+4
2017-12-01HO: Add handover decision debugging categoryAndreas Eversberg1-0/+1
2017-12-01HO: In case of assignment failure, release all call control transactionsAndreas Eversberg1-0/+2
2017-12-01HO: If handover logic is used to do assignment, signal assignment resultAndreas Eversberg1-0/+2
2017-12-01HO: Changed availablilty of ts_is_usable() from static to externAndreas Eversberg1-0/+1
2017-12-01HO: Count the actual meas.rep. get_meas_rep_avg fails if not reachedAndreas Eversberg1-0/+1
2017-12-01HO: Store bearer capabilities of MS at connection structure for later useAndreas Eversberg1-0/+3
2017-12-01HO: Add a penalty timer list to the subscriber connection entityAndreas Eversberg1-0/+10
2017-12-01HO: Add new configuration parameters to VTY and data structure of BTSAndreas Eversberg2-7/+40
2017-12-01HO: Move handover config from GSMNET to BTS nodeAndreas Eversberg2-17/+18
2017-12-01HO: Add function to count currently ongoing handovers to a given BTSAndreas Eversberg1-0/+3
2017-12-01HO: Count number of free timeslot on a given BTSAndreas Eversberg1-0/+3
2017-12-01osmo-nitb support for codec negotiationAndreas Eversberg2-6/+4
2017-12-01Add full AMR multirate IE support with VTY config for MS and BTS sideAndreas Eversberg3-4/+14
2017-12-01Use helper function to check is an MNCC frame is data (speech/traffic)Andreas Eversberg1-0/+8
2017-12-01Each BTS can be configured for speech support (other than GSM full rate)Andreas Eversberg1-0/+10
2017-12-01Finished support for all codecs (RTP bridge and MNCC interface)Andreas Eversberg1-2/+3
2017-12-01Allow dynamic RTP payload types between application and MNCC interfaceAndreas Eversberg2-0/+4
2017-12-01Adding handling of BFI (Bad Frame Indicatior) of received TRAU framesAndreas Eversberg1-0/+1
2017-12-01Adding traffic forwarding via RTP to remote applicationAndreas Eversberg4-2/+19
2017-12-01RENAME include/openbsc TO include/osmocom/bsc FOR MERGINGNeels Hofmeyr64-0/+0
2017-12-01DROP openbsc PATH ELEMENT FOR MERGINGNeels Hofmeyr67-0/+6346
2009-06-10move openbsc into its own subdirectoryHarald Welte36-4992/+0
2009-06-09* add support for storing classmark1/2/3 per subscriberHarald Welte2-2/+42
2009-06-09don't prefix every line with timestamp, this saves some screen real estateHarald Welte1-0/+1
2009-06-08openbscdefines.h: Add header file to control visibility of symbolsHolger Freyther2-1/+36
2009-06-06lchan: Handle the abnormal case of channel getting closedHolger Freyther1-0/+11
2009-06-06Revert "[db] Keep track of the current gsm_network"Holger Freyther1-1/+1
2009-06-05BS11: add nm_state for EnveBTES, PA and BBSIG physical objectsHarald Welte1-1/+16
2009-06-04[subscr] Remove the struct gsm_bts pointer from subscriberHolger Freyther1-1/+0
2009-06-04gsm_subscriber.h: Remove trailing whitespace...Holger Freyther1-1/+1
2009-06-02[subscriber] Change id to long long unsigned int (Andreas Eversberg)Holger Freyther1-1/+1
2009-06-02[lchan] Log increase/decrease of channel use count (Andreas Eversberg)Holger Freyther1-1/+9
2009-05-28* give Siemens ObjClass reasonable names rather than A3/A5/A6Harald Welte2-10/+26
2009-05-23show and edit subscribers from the vty interfaceHarald Welte2-1/+2
2009-05-23Add user-configurable BSIC settingHarald Welte1-0/+3
2009-05-23* replace some more hex bytes in init msgs by #definesHarald Welte1-0/+4
2009-05-23With this patch, the TRAU muxing code supports not just bridging only. Harald Welte2-2/+10
2009-05-23add new function gsm_bts_by_lac() to search for BTS based on location areaHarald Welte1-0/+2
2009-05-23A new debug flag is introduced: "DMNCC". MNCC is the Mobile Network CallHarald Welte1-1/+2
2009-05-23Some messages have one or two length-value information elements. The isHarald Welte1-1/+28
2009-05-23To slow down transmission of many ABIS frames at a time, a delay timerHarald Welte1-0/+3
2009-05-23fix some more compiler warningsHarald Welte1-0/+2
2009-05-23An application that has own events and file descriptors, must pollHarald Welte1-1/+1