aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2016-07-28dyn TS: verify_chan_comb(): handle new dyn TS NM_CHANC_*Neels Hofmeyr1-0/+3
2016-07-28dyn TS: rsl *2chan_nr(): handle TCH/F_TCH/H_PDCHNeels Hofmeyr1-0/+7
2016-07-28dyn TS: gsm_lchan2chan_nr(): decouple from ts->pchanNeels Hofmeyr2-5/+12
2016-07-28dyn TS: rename lchan->dyn_pdch to lchan->dynNeels Hofmeyr1-4/+4
2016-07-28prepare dyn TS: act lchan: fetch the channel mode a bit laterNeels Hofmeyr1-8/+8
2016-07-28error log: rsl_chan_activate_lchan: log channel mode errorNeels Hofmeyr1-1/+5
2016-07-28cosmetic: dyn_pdch_init(): debug log: use new gsm_ts_and_pchan_name()Neels Hofmeyr1-4/+4
2016-07-28gsm_ts2chan_nr(): add assertions for lchan_nrNeels Hofmeyr1-0/+14
2016-07-28Modify SI 13 field to support 11 bit RACHbhargava3-1/+41
2016-07-28debug log: fix line endings for abis_rsl_rx_rll loggingNeels Hofmeyr1-0/+3
2016-07-27Fix default subscriber regexpMax1-1/+1
2016-07-25log lchan_alloc() resultNeels Hofmeyr1-0/+8
2016-07-25error log: abis_rsl.c: log errors in channel_mode_from_lchan()Neels Hofmeyr1-0/+12
2016-07-25code dup: join [rsl_]lchan_lookup() from libbsc and osmo-btsNeels Hofmeyr2-42/+59
2016-07-25gsm_data_shared: add gsm_ts_and_pchan_name() for dyn ts loggingNeels Hofmeyr1-0/+49
2016-07-25dyn TS: add ts->dyn stateNeels Hofmeyr1-0/+2
2016-07-25cosmetic: rsl_rx_chan_act_ack(): use local lchan var in 14 instancesNeels Hofmeyr1-14/+15
2016-07-25cosmetic: act lchan type: use constant instead of 0x00Neels Hofmeyr1-1/+1
2016-07-25cosmetic: rsl_rx_rf_chan_rel_ack(): use local ts var for brevityNeels Hofmeyr1-5/+5
2016-07-25comments: clarify some dynamic TS commentsNeels Hofmeyr2-6/+9
2016-07-25fix: create_pdp_conf(): unset reject_cause after unknown ran_typeNeels Hofmeyr1-0/+4
2016-07-25sgsn: add statistics counter for GPRS and PDP packetsAlexander Couzens3-2/+52
2016-07-25bs11_config: add brackets to fix warning in argument parsingAlexander Couzens1-1/+2
2016-07-24fix ctrl test: dyn TS: use new GSM_PCHAN_TCH_F_TCH_H_PDCHNeels Hofmeyr1-2/+4
2016-07-23mncc_sock: use osmo_sock_unix_init() from libosmocoreVadim Yanitskiy1-52/+5
2016-07-23gprs_gmm: remove duplicated start of T3395Alexander Couzens1-2/+1
2016-07-17SGSN: fix FCS calculation for encrypted framesDieter Spaar1-4/+10
2016-07-17dyn pdch: don't PDCH ACT if gprs mode is noneNeels Hofmeyr2-2/+16
2016-07-17cosmetic: dyn_pdch_init(): flatten if-logic, add commentsNeels Hofmeyr1-12/+12
2016-07-17SGSN: move cipher application to separate functionMax1-41/+42
2016-07-16SGSN: encrypt/decrypt only necessary framesMax3-31/+44
2016-07-16SGSN: add preliminary support for GPRS encryptionMax3-26/+45
2016-07-16SGSN: split GEA key management from TLLIMax3-18/+32
2016-07-16SGSN: use unique AUTH REQ referenceMax2-8/+24
2016-07-11osmux: Add negotiation state so race conditions can't disable osmuxDaniel Willmann2-5/+6
2016-07-11SGSN: prevent starting with inconsistent configMax1-3/+14
2016-07-09Make random MSISDN assignment optionalMax7-40/+61
2016-07-09libbsc: skip channel state LCHAN_S_INACTIVE while handoverAlexander Couzens1-1/+0
2016-07-04SGSN: move TLLI unassignment into separate functionMax3-19/+16
2016-07-04SGSN: add vty config for choosing GPRS encryptionMax1-1/+30
2016-07-01SGSN: force GSUP CN domain to PSMax1-1/+1
2016-06-24err log: tweak dyn pdch ack error loggingNeels Hofmeyr1-6/+6
2016-06-24dyn PDCH: cosmetic: clarify lchan rel with assertion and commentNeels Hofmeyr1-1/+11
2016-06-23debug log: log all lchan state transitionsNeels Hofmeyr1-0/+3
2016-06-23vty: show lchan summary: also show lchan->stateNeels Hofmeyr1-2/+5
2016-06-21dyn PDCH: enable PDCH only after release due to errorNeels Hofmeyr1-1/+6
2016-06-18rm dup: use channel type names from libosmocoreNeels Hofmeyr3-13/+4
2016-06-17bsc_version.c: update copyright date, add contributorNeels Hofmeyr1-3/+3
2016-06-16dyn PDCH: set lchan->state after PDCH DEACT / before PDCH ACTNeels Hofmeyr2-23/+12
2016-06-16dyn PDCH: add lchan sanity checks in PDCH DE/ACT ACKNeels Hofmeyr1-0/+54