aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
AgeCommit message (Expand)AuthorFilesLines
2012-01-10nat: Implement clearing of TP-SRR flags from TPDUsHolger Hans Peter Freyther1-0/+2
2012-01-06gprs: Honor GSM 04.64 8.4.2 Receipt of unacknowledged informationHolger Hans Peter Freyther1-0/+16
2012-01-06gprs_sgsn.h: Include timer.h for the timer structHolger Hans Peter Freyther1-0/+2
2011-12-02Add NITZ (timezone) support as part of MM INFOGus Bourg1-0/+5
2011-11-25BSSGP: Add functions required for true BSS-side BSSGP implementationHarald Welte1-1/+15
2011-11-25BSSGP: add more doxygen commentsHarald Welte1-25/+29
2011-11-24GPRS NS: Add some doxygen API documentationHarald Welte1-17/+33
2011-11-06mncc: Introduce a hello packet that is sent to the client.Holger Hans Peter Freyther1-0/+8
2011-11-06gb_proxy: Make sure each parameter has some sort of documentationHolger Hans Peter Freyther1-0/+2
2011-11-06mncc: Address the fixme and put the mncc_sock_state in gsm_networkHolger Hans Peter Freyther1-0/+3
2011-10-18libbsc/nokia_site: Fix reset procedure and add option to skip it.Sylvain Munaut1-1/+2
2011-10-16LLC: Add minimal LLGMM-RESET.req implementationHarald Welte1-0/+20
2011-10-14gprs: Fix various compiler warningsHolger Hans Peter Freyther1-0/+2
2011-10-14gprs: This comes from libosmocore, remove it hereHolger Hans Peter Freyther1-2/+0
2011-10-10add missing include files to noinst_HEADERS to make distcheck workHarald Welte1-1/+2
2011-09-26Fix Ericsson RBS2000 support after libosmo-abis mergeHarald Welte1-1/+1
2011-09-26gsm_data_shared: use 'const' whenever applicableHarald Welte1-7/+7
2011-09-13bsc_api.h: Add some comments to the API structureHarald Welte1-0/+7
2011-09-07add a per-lchan buffer for the last SID frame for osmo-btsHarald Welte1-0/+4
2011-09-06add AMR mode member of gsm_lchan for osmo-btsHarald Welte1-0/+14
2011-09-06fix some "implicit declaration" warnings in libbscAlexander Huemer1-0/+11
2011-09-06fix some "implicit declaration" warnings in libtrauAlexander Huemer1-0/+7
2011-09-06fix some "implicit declaration" warnings in osmo-nitbAlexander Huemer4-0/+34
2011-09-04gsm_data_shared: add some fields for voice support of sysmo-btsHarald Welte1-0/+6
2011-09-03Add VTY command to specify default speech codecHarald Welte4-1/+15
2011-08-24add missing #include line to gsm_data_shared.hHarald Welte1-0/+2
2011-08-23add missing ipaccess.h to Makefile.amHarald Welte1-1/+1
2011-08-23add control_cmd.h to Makefile.amHarald Welte1-1/+1
2011-08-22libctrl: Add a function to create the cmdHolger Hans Peter Freyther1-0/+1
2011-08-22libctrl: Mark the cmd set/get/verify functions staticDaniel Willmann1-8/+8
2011-08-22audio: From RTP point of view we can use one payload for HR/FR AMRHolger Hans Peter Freyther1-2/+1
2011-08-22audio: Remove the hardcoding of the RTP PayloadHolger Hans Peter Freyther1-1/+0
2011-08-22misc: Move the bsc_parse_reg to libcommom and name it gsm_parse_regHolger Hans Peter Freyther2-1/+9
2011-08-19src: port openBSC over libosmo-abisopenbsc/0.9.150.9.15Pablo Neira Ayuso13-409/+15
2011-08-19src: use new msg->dst pointer instead of deprecated msg->trxPablo Neira Ayuso1-0/+2
2011-08-11RSL: add timer for lchan activation/deactivation without BTS responseHarald Welte1-0/+1
2011-08-11E1 Input: Add rate counters for events related to E1 linesHarald Welte1-0/+10
2011-08-10LAPD: Propagate lapd_receive() errors to the E1 driverPablo Neira Ayuso1-0/+1
2011-08-10NOKIA: Move more static variables into 'struct gsm_bts'Harald Welte1-0/+7
2011-08-10Initial version of Support for Nokia *Site BTSDieter Spaar3-0/+9
2011-07-27GPRS: Fix buffer overflow in case of very long MS RA CAP IEHarald Welte1-1/+1
2011-07-23fix some header file related issues preventing lcr from compilingHarald Welte1-4/+6
2011-07-19libcommon: Add DCTRL logging destination for libctrl related messagesDaniel Willmann1-0/+1
2011-07-19paging: Add method to find the paging data for a given subscriberHolger Hans Peter Freyther1-0/+2
2011-07-19mgcp: Implement RSIP based on a trunk levelHolger Hans Peter Freyther1-1/+1
2011-07-19bsc: Call the RF Control interface ctrl all the wayHolger Hans Peter Freyther1-1/+1
2011-07-16db: use ANSI (void) function declarationsHarald Welte1-2/+2
2011-07-13controlif: declare controlif_setup() in control_cmd.hHarald Welte1-0/+3
2011-07-13nat: Use libctrl and add command forwarding to osmo-bscDaniel Willmann1-0/+22
2011-07-13libctrl: Add ctrl_cmd_cpy() to copy a commandDaniel Willmann1-0/+1