aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
AgeCommit message (Expand)AuthorFilesLines
2017-02-28silent_call: remove unfinished fuzzer interfacePhilipp Maier1-0/+3
2017-02-27SGSN: Integrate support for UMTS AKANeels Hofmeyr1-1/+6
2017-02-25add struct gprs_subscr, separating gprs from gsm_subscriberNeels Hofmeyr5-10/+44
2017-02-24cosmetic: rename struct osmo_msc_data to bsc_msc_dataNeels Hofmeyr4-13/+13
2017-02-24cosmetic: rename osmo_msc_data.h to bsc_msc_data.hNeels Hofmeyr2-1/+1
2017-02-24cosmetic: clarify BSC's remote MSC data vs. OsmoMSCNeels Hofmeyr1-0/+6
2017-02-24cosmetic: gsm_data.h, README: rename CSCN to MSCNeels Hofmeyr1-1/+1
2017-02-23cosmetic: remove unused scall_signal_data.subscrNeels Hofmeyr1-1/+0
2017-02-22debug.h/c: remove unused cruft / cosmetic tweaksNeels Hofmeyr1-11/+1
2017-02-22logging: use central filter and ctx consts from libosmocoreNeels Hofmeyr1-15/+0
2017-02-08vty: remove ignored logging parametersMax1-1/+1
2017-02-07gprs/sgsn: rename sgsn_mm_ctx_alloc() -> sgsn_mm_ctx_alloc_gb()Alexander Couzens1-1/+1
2017-02-07gprs/sgsn: rename gprs->mm_state -> gmm_stateAlexander Couzens1-4/+4
2017-02-03gsm48_tx_mm_auth_req(): support UMTS AUTNNeels Hofmeyr1-1/+2
2017-02-02paging.h: use '<>' include, not '""'Neels Hofmeyr1-2/+3
2017-02-02osmo_bsc_grace.h: use '<>' include, not '""'Neels Hofmeyr1-1/+1
2017-01-27rsl: Fix dropping of LAPDm UA message.Minh-Quang Nguyen1-0/+2
2017-01-26Implement VTY configuration to control Early Classmark SendingHarald Welte1-0/+1
2017-01-26remove unused struct members of 'struct sgsn_pdp_ctx'Harald Welte1-5/+0
2017-01-23Prevent segfault in range encodingMax1-0/+4
2017-01-06Cosmetic fixes around SI generationMax2-4/+3
2016-12-23sndcp: Allow empty SNDCP-XID indicationsPhilipp1-6/+8
2016-12-21Improve GPRS loggingMax1-1/+3
2016-12-13rename oap.h to oap_client.hNeels Hofmeyr4-3/+3
2016-12-13oap: rename public API from oap_ to oap_client_Neels Hofmeyr3-17/+21
2016-12-13move OAP messages implementations to libosmocoreHarald Welte2-71/+0
2016-12-13rename gprs_gsup_client.h to gsup_client.hNeels Hofmeyr2-1/+1
2016-12-13gprs_gsup_client*: remove the gprs_ prefixNeels Hofmeyr2-21/+22
2016-12-13Revert "Support Deactivate PDP Context Request from network"Neels Hofmeyr1-2/+0
2016-12-12Support Deactivate PDP Context Request from networkPravin Kumarvel1-0/+2
2016-12-09lchan release in error state: SACCH deact only for SACCH pchansNeels Hofmeyr1-0/+1
2016-12-02gsm_subscriber_connection: mark BSC specific itemsNeels Hofmeyr1-6/+6
2016-12-02split subscr_con_allocate()/_free() in bsc_ and msc_Neels Hofmeyr1-2/+5
2016-12-02Move timezone settings up to network levelNeels Hofmeyr2-8/+14
2016-12-02move to libcommon-cs: network VTY that isn't BSC-specificNeels Hofmeyr1-1/+2
2016-12-02move to libcommon-cs: global vty gsm_network pointerNeels Hofmeyr1-0/+5
2016-12-02split bsc_bootstrap_network() in alloc and configNeels Hofmeyr1-1/+2
2016-12-02sms_next_rp_msg_ref(): use direct pointer to next_rp_ref counterNeels Hofmeyr1-1/+1
2016-12-02factor out & introduce struct gsm_encr, in common_cs.hNeels Hofmeyr2-6/+11
2016-12-02factor out gen of USSD notify and release complete to libosmocoreNeels Hofmeyr1-2/+7
2016-11-24move to libcommon-cs: net init 3: actual moveNeels Hofmeyr1-0/+7
2016-11-24move to libcommon-cs: net init 2: move bsc_network_init decl to new .hNeels Hofmeyr4-5/+12
2016-11-24move to libcommon-cs: net init 1: rename to bsc_network_initNeels Hofmeyr1-1/+1
2016-11-24define mncc_recv_cb_t to avoid code dupNeels Hofmeyr3-4/+11
2016-11-24Add empty libcommon-csNeels Hofmeyr2-0/+2
2016-11-18ussd: Add band-aid for interrogationSSHolger Hans Peter Freyther1-2/+2
2016-11-15gbproxy: Check whether gbproxy_update_link_state_after() deletes the link_infoDaniel Willmann1-1/+1
2016-11-13Support configuration of CON MO Groups/Paths from VTYHarald Welte2-0/+34
2016-11-09om2000: Add support for querying RBS capabilitiesroot1-0/+1
2016-11-08WIP: OM2000: Full state machine implementation using osmo_fsmHarald Welte2-7/+43