aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
AgeCommit message (Expand)AuthorFilesLines
2014-05-22mgcp: add voice muxer supportPablo Neira Ayuso5-2/+53
2014-05-15ctrl: Use CTRL_CMD_DEFINE_STRUCT in CTRL_CMD_DEFINE_RANGEHolger Hans Peter Freyther1-6/+1
2014-05-15ctrl: Reduce code duplication and add a define to create the structHolger Hans Peter Freyther1-13/+10
2014-05-15ctrl: Remove the param parameter as it was never used/implementedHolger Hans Peter Freyther1-4/+0
2014-05-15ctrl: Introduce a macro for read-only attributes and use itHolger Hans Peter Freyther1-0/+14
2014-05-09bsc: Fix compilation on FreeBSDNikola Kolev1-0/+2
2014-05-06nat/bsc: Check proto before calling ipaccess_rcvmsg_baseHolger Hans Peter Freyther1-1/+0
2014-04-30sms: Kill the sms->sender and use addr/ton/npi throughout the codeHolger Hans Peter Freyther1-1/+0
2014-04-29openbsc/gsm_data_shared.h: Added the attribute reduce_power in TRXÁlvaro Neira Ayuso1-0/+1
2014-04-04gprs: Fix compiler warnings in sgsn_main.cHolger Hans Peter Freyther1-0/+4
2014-04-04gprs: Reduce the number of compiler warnings in gprs_gmm.cHolger Hans Peter Freyther1-0/+6
2014-04-01ipa: Use enhanced ipa_msg_recv_buffered() to cope with partioned IPA messagesJacob Erlbeck3-0/+10
2014-03-26ctrl/abis: When the max_power_reduction changes, send it to the BTSHolger Hans Peter Freyther1-0/+3
2014-03-23sgsn/ctrl: Add ctrl interface, implement listing subscribersHolger Hans Peter Freyther1-0/+10
2014-03-23ctrl: Move the lookup into a separate file in preparation for GPRSHolger Hans Peter Freyther2-3/+10
2014-03-23nitb/ctrl: Implement a command to list all active subscribersHolger Hans Peter Freyther1-0/+1
2014-03-23nitb/ctrl: Implement creating and deleting subscribersHolger Hans Peter Freyther1-0/+1
2014-03-23nitb/ctrl: Add command to add/modify a subscriber to the databaseHolger Hans Peter Freyther1-0/+1
2014-03-20mncc: Use helper function to check if an MNCC frame is data (speech/traffic)Andreas Eversberg1-0/+8
2014-03-20mncc: Complete definitions for all speech traffic frames at MNCC interfaceAndreas Eversberg1-2/+4
2014-03-09db,sms: Rename db_sms_mark_sent() to db_sms_mark_delivered()Alexander Chemeris1-1/+1
2014-03-04libbsc: Add ctrl command for MNC, MCC, short-name and long-nameHolger Hans Peter Freyther1-0/+3
2014-02-22bsc: Add vty command to send location trap through VTYHolger Hans Peter Freyther1-0/+2
2014-02-20sms: Increment the RP Message Reference for each transactionHolger Hans Peter Freyther2-0/+4
2014-02-20trau: Fix compiler warning about decoded_trau_frameHolger Hans Peter Freyther1-0/+2
2014-02-04ctrl: Make it possible to re-use the string get and set routineHolger Hans Peter Freyther1-3/+7
2014-02-04ctrl: Make the int range set, get and verify methods availableHolger Hans Peter Freyther1-4/+12
2014-01-31mgcp/rtp: Compute delta timestamp based on wallclockJacob Erlbeck1-0/+1
2014-01-27Add function to update TRAU muxer after assignment or handoverAndreas Eversberg2-0/+17
2014-01-26Use 'defines' for length and duration of RTP payloadAndreas Eversberg1-0/+4
2014-01-20nat: Introduce reject cause to bsc_nat_acc_lst_entryHolger Hans Peter Freyther1-0/+4
2014-01-20mgcp: Synchronize conn mode bits and output enabled flagsJacob Erlbeck1-1/+1
2014-01-19TSC: Add new gsm_ts_tsc() function to resolve TSC of TSHarald Welte1-0/+7
2014-01-19Do not expect all BTSs support TSC != BCCHarald Welte1-0/+1
2014-01-16mgcp: Send RTP keepalive dummy packets to netJacob Erlbeck1-0/+9
2014-01-16mgcp/rtp: Add flag to disable RTP outputJacob Erlbeck1-0/+2
2014-01-16si: Fix range1024 encodingJacob Erlbeck1-1/+1
2014-01-16si: Add a config option to disable SI2ter/SI2bis/SI5ter/SI5bis messagesJacob Erlbeck1-0/+3
2014-01-14Each BTS can be configured for speech support (other than GSM full rate)Andreas Eversberg1-0/+9
2014-01-09Add VTY option for Nokia BTS that does not send RELease CONFirm messageAndreas Eversberg2-0/+15
2013-12-19mgcp/rtp: Only patch timestamp alignment errorsJacob Erlbeck2-2/+2
2013-12-19Add EFR support to TRAU muxer + test caseAndreas Eversberg2-0/+11
2013-12-13mgcp: Optionally send ptime in SDPJacob Erlbeck1-0/+1
2013-12-13mgcp: Put local connection options into a structJacob Erlbeck1-1/+7
2013-12-10mgcp/rtp: Refactored packet_duration computationJacob Erlbeck1-0/+3
2013-12-10mgcp/rtp: Fix RTP timestamps if enabledJacob Erlbeck1-1/+1
2013-12-10mgcp/rtp: Only patch SSRC once after MDCX if enabledJacob Erlbeck1-1/+1
2013-12-10mgcp/rtp: Compute default packet duration at state initialisiationJacob Erlbeck1-0/+1
2013-12-10mgcp/rtp: Add RTP header patch mode configurationJacob Erlbeck2-3/+11
2013-12-05mgcp/nat: Take payload type from SDP dataJacob Erlbeck1-1/+2