aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
AgeCommit message (Expand)AuthorFilesLines
2016-09-28dyn TS: fix: e1_config.c: switch(pchan) for dyn TSNeels Hofmeyr1-0/+1
2016-09-28Revert "bts: extend bts_chan_load to allow counting tch only"Neels Hofmeyr1-1/+1
2016-09-26mscsplit: add gsm_network backpointer to gsm_subscriber_connectionNeels Hofmeyr1-0/+2
2016-09-26mscsplit: abis vty: decouple from global bsc_gsmnet variableNeels Hofmeyr1-0/+2
2016-09-26mscsplit: bsc_vty_init(): decouple from global bsc_gsmnetNeels Hofmeyr1-1/+1
2016-09-26mscsplit: talloc_ctx_init(): decouple from global tall_bsc_ctxNeels Hofmeyr1-0/+2
2016-09-26mscsplit: gsm_network_init(): add explicit root talloc ctxNeels Hofmeyr1-1/+4
2016-09-26mscsplit: move subscriber conns list into struct gsm_networkNeels Hofmeyr2-2/+3
2016-09-24SNDCP: add V.42bis data compression functionalityPhilipp3-0/+63
2016-09-24V.42bis: integration and unit testPhilipp4-2/+11
2016-09-24V.42bis: add sourcecode from IAXmodem (SPANDSP)Philipp2-0/+267
2016-09-24SNDCP: add RFC1144 header compression functionalityPhilipp6-0/+172
2016-09-24RFC1144: integration and unit-testPhilipp3-1/+7
2016-09-24RFC1144: add slhc code from linux kernelPhilipp1-0/+183
2016-09-24SNDCP: add SNDCP-XID encoder/decoder and unit testPhilipp2-0/+217
2016-09-23bts: extend bts_chan_load to allow counting tch onlyAlexander Couzens1-1/+1
2016-09-19cosmetic: transaction.h: 1 comment typo, 1 whitespaceNeels Hofmeyr1-2/+2
2016-09-18cosmetic: various comment, whitespace tweaksNeels Hofmeyr1-1/+1
2016-09-18properly #include <openbsc/gsm_data.h> from gsm_subscriber.hNeels Hofmeyr1-2/+3
2016-09-17Modify SI 13 field for control_ack_typeMax2-0/+2
2016-09-17sms: change rp err cause of smpp_try_deliver errorsAlexander Couzens1-0/+2
2016-09-15Consistenly format variables in */Makefile.am filesAlexander Huemer2-26/+93
2016-09-02IuPS: Change GTP-U endpoint to SGSN in PMM_IDLE and page UE when data arrivesDaniel Willmann1-0/+1
2016-09-02IuPS: sgsn_mm_ctx: add enum gprs_pmm_state field, track PMM stateDaniel Willmann1-0/+11
2016-09-01IuPS: add Iu response to create_pdp_conf()Daniel Willmann1-0/+2
2016-09-01IuPS: osmo-sgsn: add core IuPS impl, call iu_init()Daniel Willmann2-0/+5
2016-08-31IuPS: add VTY config for asn_debugNeels Hofmeyr1-0/+2
2016-08-29libmsc/bsc: split rate counters into bsc and msc groupAlexander Couzens1-32/+47
2016-08-27add libiuNeels Hofmeyr2-1/+62
2016-08-27Adding LLC-XID related modifications in LLCPhilipp1-0/+12
2016-08-27Moving grs_sndcp.h header file to includePhilipp2-1/+54
2016-08-27Adding LLC-XID encoder / decoder and unit testPhilipp2-1/+58
2016-08-27dyn TS: clearly use lchan[0], fixing minor confusionNeels Hofmeyr1-1/+1
2016-08-27libbsc/libmsc: convert old osmo counter into rate_ctrgsAlexander Couzens1-50/+78
2016-08-27sgsn: add statistics counter for LLC packetsAlexander Couzens1-0/+4
2016-08-27move ts_sublots() to gsm_data_shared.c, it will be used by osmo-btsNeels Hofmeyr2-2/+2
2016-07-28dyn TS: OS#1778 workaround: disable TCH/F on dyn TS for nitbNeels Hofmeyr1-0/+4
2016-07-28dyn TS: split dyn_pdch_init() for new dyn type and renameNeels Hofmeyr1-1/+4
2016-07-28dyn TS: implement pchan switchover logicNeels Hofmeyr2-0/+4
2016-07-28dyn TS: gsm_lchan2chan_nr(): decouple from ts->pchanNeels Hofmeyr1-1/+4
2016-07-28dyn TS: rename lchan->dyn_pdch to lchan->dynNeels Hofmeyr1-1/+1
2016-07-28Modify SI 13 field to support 11 bit RACHbhargava2-0/+2
2016-07-25code dup: join [rsl_]lchan_lookup() from libbsc and osmo-btsNeels Hofmeyr1-0/+2
2016-07-25gsm_data_shared: add gsm_ts_and_pchan_name() for dyn ts loggingNeels Hofmeyr1-0/+1
2016-07-25dyn TS: add ts->dyn stateNeels Hofmeyr1-0/+6
2016-07-25sgsn: add statistics counter for GPRS and PDP packetsAlexander Couzens2-0/+28
2016-07-24fix ctrl test: dyn TS: use new GSM_PCHAN_TCH_F_TCH_H_PDCHNeels Hofmeyr1-2/+2
2016-07-16SGSN: encrypt/decrypt only necessary framesMax2-2/+6
2016-07-16SGSN: add preliminary support for GPRS encryptionMax3-5/+4
2016-07-16SGSN: split GEA key management from TLLIMax1-3/+6