aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2016-05-09Merge branch 'master' into sysmocom/iu, with tweakssysmocom/iu_orig_historyNeels Hofmeyr43-993/+1114
2016-05-05Add human-readable name of SGSN_AUTH_AUTHENTICATEHarald Welte1-0/+1
2016-05-05sgsn/GSUP: Support MAP-style nested LU/ISDHarald Welte1-0/+22
2016-05-04gprs: Update mm_ctx ra_id from ue_ctxDaniel Willmann1-0/+5
2016-05-04libiu: Keep current ra_id in ue_conn_ctxDaniel Willmann1-0/+1
2016-05-04libiu: Also get routing area code if present in InitialUE MessageDaniel Willmann1-0/+4
2016-05-04libiu: Fix memory leaks on receive and transmitDaniel Willmann1-3/+9
2016-05-04gprs: Track PMM statesDaniel Willmann2-2/+9
2016-05-04IuCS: upon sec mode compl, check that a sec op is pendingNeels Hofmeyr1-0/+8
2016-05-04msc: fix: two missing security operation releasesNeels Hofmeyr2-0/+2
2016-05-04msc: ignore cb retval on auth/sec mode rxNeels Hofmeyr2-8/+8
2016-05-04IuCS: properly clean up conn on releaseNeels Hofmeyr2-3/+3
2016-05-04gsm0408_clear_request(): actually free the released connNeels Hofmeyr1-0/+2
2016-05-04gsm04_08_clear_request(): release loc with arg release=0Neels Hofmeyr1-1/+1
2016-05-04cosmetic: move subscr_conn alloc&free to gsm_04_08.cNeels Hofmeyr2-27/+27
2016-05-04msc subscr: add paging timeoutNeels Hofmeyr1-0/+28
2016-05-04subscr_paging_dispatch(): add assertionsNeels Hofmeyr1-0/+5
2016-05-04comment tweakNeels Hofmeyr1-1/+1
2016-05-04debug log for SMSNeels Hofmeyr2-1/+9
2016-05-04debug log tweaks for pagingNeels Hofmeyr3-10/+18
2016-05-04Revert "subscr_paging_dispatch(): use conn->subscr instead of separate param"Neels Hofmeyr1-3/+3
2016-05-02cosmetic: IuCS loggingNeels Hofmeyr4-4/+5
2016-05-02add enum iu_event_type to string conversionNeels Hofmeyr1-0/+9
2016-05-02comments and debug log for paging responseNeels Hofmeyr1-1/+18
2016-05-02msc_paging_request(): remove unused parametersNeels Hofmeyr1-4/+2
2016-05-02msc_paging_request(): make staticNeels Hofmeyr1-1/+1
2016-05-02msc: paging: use gsm_subscriber API to add Integrity Protection for IuCSNeels Hofmeyr1-22/+1
2016-05-02cosmetic: msc: handle_paging_resp() tweaksNeels Hofmeyr1-7/+7
2016-05-02paging: actually verify subscriber authorizationNeels Hofmeyr1-1/+8
2016-05-02paging: change subscr_paging_cb() into subscr_rx_paging_response()Neels Hofmeyr1-10/+5
2016-05-02Allow paging even though is_paging is falseNeels Hofmeyr1-2/+5
2016-05-02cosmetic: subscr_paging_dispatch() comments/indentNeels Hofmeyr1-9/+0
2016-05-02subscr_paging_dispatch(): use conn->subscr instead of separate paramNeels Hofmeyr1-3/+3
2016-05-02cosmetic: subscr_paging_dispatch() comments/indentNeels Hofmeyr1-7/+2
2016-05-02add comments on MSCSPLIT and pagingNeels Hofmeyr3-0/+10
2016-05-02gsm_04_08 mscsplit: subscr_request_channel() -> subscr_request_conn()Neels Hofmeyr4-7/+6
2016-05-02gsm_04_08: factor out subscr authorization checkNeels Hofmeyr2-27/+32
2016-05-02cscn: (re-)add SMPP initializationNeels Hofmeyr1-7/+9
2016-05-01Support raw IPv4 address in RAB Assignment ResponseHarald Welte1-1/+19
2016-05-01RAB Assignment Response: Handle TEID changesHarald Welte1-2/+16
2016-05-01iu_rab_act_ps: Use GGSN-side TEI in RAB Assignment RequesetHarald Welte1-3/+3
2016-05-01Identify PDP context by RAB ID, not TEIHarald Welte2-19/+2
2016-05-01libiu: Fix missing break statements in switch in cn_ranap_handle_co()Harald Welte1-0/+2
2016-05-01SGSN: Use PDP Context NSAPI as RAB IDHarald Welte3-14/+2
2016-05-01Fix parsing of auto-generated config fileHarald Welte1-1/+1
2016-04-29osmo_oap_decode(): Use common argument orderingHarald Welte2-3/+3
2016-04-29OAP: Various coding style fixesHarald Welte1-13/+14
2016-04-29OAP: use osmo_oap_ prefix for OAP, rather than plain oap_Harald Welte2-10/+10
2016-04-29oap_message.h: Remove dependency to openbsc includeHarald Welte2-1/+2
2016-04-29Move osmo_gsup_messages.[ch] to libosmocoreHarald Welte3-474/+2