aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
AgeCommit message (Expand)AuthorFilesLines
2016-05-09Merge branch 'master' into sysmocom/iu, with tweakssysmocom/iu_orig_historyNeels Hofmeyr16-577/+63
2016-05-04libiu: Keep current ra_id in ue_conn_ctxDaniel Willmann1-0/+1
2016-05-04gprs: Track PMM statesDaniel Willmann1-2/+13
2016-05-04msc subscr: add paging timeoutNeels Hofmeyr1-0/+1
2016-05-02add enum iu_event_type to string conversionNeels Hofmeyr1-0/+6
2016-05-02paging: change subscr_paging_cb() into subscr_rx_paging_response()Neels Hofmeyr1-0/+2
2016-05-02add comments on MSCSPLIT and pagingNeels Hofmeyr1-0/+2
2016-05-02gsm_04_08 mscsplit: subscr_request_channel() -> subscr_request_conn()Neels Hofmeyr1-2/+2
2016-05-02gsm_04_08: factor out subscr authorization checkNeels Hofmeyr1-0/+4
2016-05-01Identify PDP context by RAB ID, not TEIHarald Welte1-3/+0
2016-05-01SGSN: Use PDP Context NSAPI as RAB IDHarald Welte1-2/+0
2016-04-29osmo_oap_decode(): Use common argument orderingHarald Welte1-2/+2
2016-04-29OAP: use osmo_oap_ prefix for OAP, rather than plain oap_Harald Welte2-8/+8
2016-04-29oap_message.h: Remove dependency to openbsc includeHarald Welte1-1/+1
2016-04-29Move osmo_gsup_messages.[ch] to libosmocoreHarald Welte2-140/+1
2016-04-29move utils.h functions to libosmocoreHarald Welte2-27/+1
2016-04-29osmo_gsup_messge.[ch] documentation update (doxygen)Harald Welte1-3/+15
2016-04-29gsup_messages: Add UMTS AKA related encoding/decoding supportHarald Welte1-0/+7
2016-04-29move osmo_shift_* / osmo_match_shift_* to libosmogsmHarald Welte1-11/+0
2016-04-29rename gprs_shift_*() to osmo_shift_*()Harald Welte1-6/+6
2016-04-29Rename gprs_gsup_* to osmo_gsup_*Harald Welte3-120/+121
2016-04-29use new libosmocore gsm_23_003.h for IMEI/IMSI lengthHarald Welte4-12/+12
2016-04-29move gsm_04_08_gprs.h to libosmocoreHarald Welte4-401/+3
2016-04-29Start to use struct osmo_auth_vector from gsm_auth_tupleHarald Welte2-5/+4
2016-04-25RAB parameters: apply use_x213_nsap parameter additionNeels Hofmeyr1-1/+3
2016-04-25paging_signal_data: remove unused lac memberNeels Hofmeyr1-1/+0
2016-04-22Add vty check for max si2quater sizeMax1-0/+1
2016-04-22Add basic UARFCN supportMax3-4/+16
2016-04-22Cleanup shared data structureMax1-2/+1
2016-04-20add preliminary paging response handling, incompleteNeels Hofmeyr1-0/+14
2016-04-20Add Iu pagingNeels Hofmeyr1-0/+3
2016-04-20iu.c: add registry of RNC-Ids in LACsNeels Hofmeyr1-0/+1
2016-04-19cosmetic: comment, whitespaceNeels Hofmeyr1-1/+1
2016-04-19iu.h: add iu_link_del()Neels Hofmeyr1-0/+2
2016-04-19Iu RANAP event: add IU_EVENT_LINK_INVALIDATEDNeels Hofmeyr1-1/+5
2016-04-19gprs: Keep track of key negotiation and set the key status flag in sec_mod_cmdDaniel Willmann2-2/+2
2016-04-16Add basic SI2quater supportMax2-0/+10
2016-04-16Refactor SI-related codeMax1-0/+1
2016-04-16Add SI2quater support to SI3Max1-1/+2
2016-04-14NAT: reload BSCs config dynamicallyMax1-0/+5
2016-04-14NAT: move BSC config into separate fileMax1-0/+5
2016-04-12NAT: allow allocating BSC in arbitrary orderMax1-1/+2
2016-04-11cscn: record and use LAC on incoming InitialUE msgNeels Hofmeyr1-1/+2
2016-04-11remove subscr_conn_allocate_iu() from public headerNeels Hofmeyr1-4/+0
2016-04-08gprs: Save integrity protection status inside ue ctx, not mm ctxDaniel Willmann2-2/+4
2016-04-08gprs: Use different RAB IDs for activationDaniel Willmann1-0/+2
2016-04-08sgsn: Pass RAB ID to iu_rab_act_ps() functionDaniel Willmann1-1/+1
2016-03-31mscsplit: rewire MSC gsm0808_submit_dtap() to msc_tx_dtap()Neels Hofmeyr1-0/+7
2016-03-31Merge branch 'master' into sysmocom/iuNeels Hofmeyr1-0/+9
2016-03-31MM Auth: introduce AUTH_ERROR constant.Neels Hofmeyr1-0/+1