aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2015-01-18gprs: Add GSUP clientJacob Erlbeck2-1/+133
2015-01-18gprs: Clear GSUP message structures before decodingJacob Erlbeck1-5/+5
2015-01-18gprs: Always reset auth tuples/pdp infos in gprs_gsup_decodeJacob Erlbeck1-0/+3
2015-01-18gprs: Handle empty GSUP messages correctlyJacob Erlbeck1-1/+4
2015-01-10gprs: Add subscriber functions to create/handle GSUP messagesJacob Erlbeck1-6/+205
2015-01-10gprs: Add encoder/decoder for the Subscriber Update ProtocolJacob Erlbeck2-1/+407
2015-01-10sgsn: Fix VTY command error handling (Coverity)Jacob Erlbeck1-3/+3
2015-01-10meas: Unbreak the build once moreHolger Hans Peter Freyther1-6/+8
2015-01-05Revert "debug.c: use new libosmocore features to print and save log filter"Harald Welte1-46/+0
2015-01-05meas_pcap2db.c: Fix build without CDKHarald Welte1-2/+0
2015-01-05debug.c: use new libosmocore features to print and save log filterHarald Welte1-0/+46
2015-01-05RSL: Change "... is back in operation" to an INFO level messageHarald Welte1-1/+1
2015-01-05Don't return an error to caller if we are out of lchan on CHAN RQDHarald Welte1-1/+1
2015-01-05SMS: Attempting to send SMS is not a NOTICEable eventHarald Welte1-1/+1
2015-01-02logging: Only compare the subscr addressHolger Hans Peter Freyther6-32/+69
2015-01-02logging: Set the context for paging requests as well.Holger Hans Peter Freyther2-0/+12
2015-01-02lchan: Remember why a channel is broken using static stringsHolger Hans Peter Freyther3-9/+22
2015-01-02Partial revert "Fix most compiler warnings with gcc-4.9.2"Holger Hans Peter Freyther1-1/+1
2015-01-01meas_feed.c: Fix compiler warningHarald Welte1-1/+1
2015-01-01meas_feed: add osmo-meas-udp2db for realtime feed into databaseHarald Welte2-2/+129
2015-01-01meas_feed: Add tool to read meas_feed PCAP and write it to sqlite3Harald Welte4-2/+489
2015-01-01build meas_vis only if libcdk is availableHarald Welte1-0/+4
2015-01-01meas_vis: Add header and print TA + TO valuesHarald Welte1-9/+23
2015-01-01meas_vis: assign bar colors depending on level, display RxQualHarald Welte1-4/+53
2015-01-01Initial support for export + curses-visualization of measurementsHarald Welte6-3/+457
2015-01-01smscb: Prepare to fill in the info for CBCH in SI4Holger Hans Peter Freyther2-3/+3
2015-01-01chan_alloc: remove ts_alloc() and ts_free()Harald Welte1-106/+1
2015-01-01convert away from deprecated gsm_7bit_{encode,decode}() functionsHarald Welte2-3/+4
2015-01-01Fix most compiler warnings with gcc-4.9.2Harald Welte4-5/+9
2015-01-01rtp_proxy: Remove dead codeHarald Welte1-15/+0
2015-01-01chan_alloc: Fix missing break statementHarald Welte1-0/+1
2015-01-01chan_alloc.c: Don't remove SDCCH/8 without CBCHHarald Welte1-0/+1
2014-12-30libbsc/system_information.c: Fix off-by-one error in si4 generation with CBCH...Daniel Willmann1-3/+3
2014-12-30move gsm_bts_get_cbch() to gsm_data_shared() as its needed in osmo-btsHarald Welte2-22/+22
2014-12-30Add basic support for CBCH / SMS-CB (Cell Brroadcast)Harald Welte5-17/+127
2014-12-25rtp: Remove the "correction" of timestampsHolger Hans Peter Freyther1-21/+0
2014-12-24sgsn: Add a subscriber based authentication phaseJacob Erlbeck3-42/+200
2014-12-24sgsn: Add support for authentication tripletsJacob Erlbeck3-1/+119
2014-12-23sgsn: Be more tolerant with state and SUSPEND/RESUMEJacob Erlbeck1-2/+4
2014-12-23sgsn: Log requested state change in sgsn_auth_updateJacob Erlbeck1-2/+5
2014-12-23gprs: Add gprs_shift_tlv functionJacob Erlbeck1-4/+22
2014-12-23gprs: Move TLV parser functions to gprs_utils.c and rename themJacob Erlbeck2-144/+145
2014-12-23sgsn: Add missing LF in log messageJacob Erlbeck1-1/+1
2014-12-18ho: Copy the multirate config to the new lchanHolger Hans Peter Freyther1-0/+1
2014-12-17ho: Make sure the timer is always stoppedHolger Hans Peter Freyther1-14/+16
2014-12-17bts: When one link drops.. check what needs to be droppedHolger Hans Peter Freyther2-1/+17
2014-12-17bts: Add some simple dependency between different BTSHolger Hans Peter Freyther3-0/+128
2014-12-10sgsn: Support subscriber based authenticationJacob Erlbeck2-3/+12
2014-12-10sgsn: Integrate Auth & Ciph into gsm48_gmm_authorizeJacob Erlbeck1-1/+27
2014-12-10sgsn: Do not 'commit' implicitely when executing 'insert'Jacob Erlbeck1-2/+0